faster_rcnn_pytorch icon indicating copy to clipboard operation
faster_rcnn_pytorch copied to clipboard

ModuleNotFoundError: No module named 'utils'

Open jihwan1008 opened this issue 7 years ago • 1 comments

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.

jihwan1008 avatar Oct 12 '18 07:10 jihwan1008

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

saurabhcse15 avatar Oct 29 '18 15:10 saurabhcse15