Closed Jonathan-Gore closed 4 years ago
Oops, there was a bug in that script when running on Windows. Fixed! Get latest and try again? Sorry about that.
FWIW, this is not the script we typically use for previewing output from our detector, we usually use:
...which produces a nice html page, like this one:
http://dolphinvm.westus2.cloudapp.azure.com/data/snapshot-serengeti/s7-eval/postprocessing-no-gt/
...and - if you have the "right" answers for your data - can also be used to produce precision/recall analyses, like this one:
Hope that helps!
-Dan
Awesome, thanks for the support and info!
After successfully running the run_tf_detector_batch.py on a test-subset of 10 images I'm getting stuck after running visualize_detector_output.py.
I'm able to successfully run visualize_detector_output.py as referenced by this log:
But the output of the script is an empty file "anno_G" with no discernible extension.
Where have I gone wrong!