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

ModuleNotFoundError: No module named 'utils' #83

Open
jihwan1008 opened this issue Oct 12, 2018 · 1 comment
Open

ModuleNotFoundError: No module named 'utils' #83

jihwan1008 opened this issue Oct 12, 2018 · 1 comment

Comments

@jihwan1008
Copy link

I'm trying to run this code only with CPU, so I removed all the .cuda() codes.
Then, when I executed demo.py, ModuleNotFoundError: No module named 'utils' this error happens.
When I checked the python files, most of them had errors importing modules from same directory or sub directories.
I can't figure out why. Any help would be appreciated.

@saurabhcse15
Copy link

in code, replace ' from utils ...... ' with 'from faster_rcnn.utils .....'

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