Closed ghost closed 5 years ago
@MhLiao
Add a code in paths_catalog.py to check if the test gts dir is available, if not, then skip it. using: else gts_dir = None
paths_catalog.py
else gts_dir = None
Add a code in test_net.py to delete the ./outputs/*/inference folder, before running the actual inferencing test.
test_net.py
./outputs/*/inference
@MhLiao
Add a code in
paths_catalog.py
to check if the test gts dir is available, if not, then skip it. using:else gts_dir = None
Add a code in
test_net.py
to delete the./outputs/*/inference
folder, before running the actual inferencing test.