You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "test.py", line 15, in <module>
from fast_rcnn.config import cfg, get_output_dir
ImportError: No module named fast_rcnn.config
Is this only my problem.
Also it will be really helpful if there is an description that how we can try to see out put of images.
The text was updated successfully, but these errors were encountered:
spk921
changed the title
How can I use test.py ?
Got error while using test.py
May 24, 2016
Check if your fast_rcnn directory has config.py. It should. If you have it, then the only reason I can think is that you don't have the right paths set up.
There is a way to visualize the predictions. Look in test.py for def vis_detections(im, boxes, scores, classes)
While I was trying to run
test.py I got following errror
Is this only my problem.
Also it will be really helpful if there is an description that how we can try to see out put of images.
The text was updated successfully, but these errors were encountered: