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

ImportError: No module named _caffe #3

Open
rsingh2083 opened this issue Apr 15, 2019 · 1 comment
Open

ImportError: No module named _caffe #3

rsingh2083 opened this issue Apr 15, 2019 · 1 comment

Comments

@rsingh2083
Copy link

While running

python tools/car-faster.py --net vgg16

I get error as :--

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
@jiayi-wei
Copy link
Collaborator

So, do you have caffe in your server

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