You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "tools/car_faster.py", line 19, in <module>
from fast_rcnn.test import im_detect
File "/media/rsingh/My Passport/2018AICITY_MCPRL-master/py-faster-rcnn/tools/../lib/fast_rcnn/test.py", line 16, in <module>
import caffe
File "/media/rsingh/My Passport/2018AICITY_MCPRL-master/py-faster-rcnn/tools/../caffe-fast-rcnn/python/caffe/__init__.py", line 1, in <module>
from .pycaffe import Net, SGDSolver
File "/media/rsingh/My Passport/2018AICITY_MCPRL-master/py-faster-rcnn/tools/../caffe-fast-rcnn/python/caffe/pycaffe.py", line 13, in <module>
from ._caffe import Net, SGDSolver
ImportError: No module named _caffe
The text was updated successfully, but these errors were encountered:
While running
python tools/car-faster.py --net vgg16
I get error as :--
The text was updated successfully, but these errors were encountered: