RstarCNN icon indicating copy to clipboard operation
RstarCNN copied to clipboard

Got error while using test.py

Open spk921 opened this issue 9 years ago • 1 comments

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.

spk921 avatar May 24 '16 13:05 spk921

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)

gkioxari avatar May 25 '16 00:05 gkioxari