Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Got error while using test.py #11

Open
spk921 opened this issue May 24, 2016 · 1 comment
Open

Got error while using test.py #11

spk921 opened this issue May 24, 2016 · 1 comment

Comments

@spk921
Copy link

spk921 commented May 24, 2016

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 spk921 changed the title How can I use test.py ? Got error while using test.py May 24, 2016
@gkioxari
Copy link
Owner

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants