Skip to content

Debug and Testing Guide

Sharon Fitzpatrick edited this page Jul 18, 2023 · 1 revision

How to test all the models

This script will automatically test all the models in seg2map. Make sure the models in available_models_dict match the models currently available in seg2map. If they don't match the models currently available in seg2map update the available_models list.

Make sure to replace parameter after -P with path to ROI's RGB directory python test_models.py -P <your path here>"

cd <location you installed seg2map>
python test_models.py -P "<your path here>" -I "BEST"

Example

python test_models.py -P "C:\development\doodleverse\seg2map\seg2map\data\new_data"

Clone this wiki locally