RstarCNN
RstarCNN copied to clipboard
Got error while using test.py
While I was trying to run
test.py I got following errror
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.
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)