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

Module 'caffe' has no attribute 'Net' #39

Open
315haoge opened this issue Sep 15, 2020 · 1 comment
Open

Module 'caffe' has no attribute 'Net' #39

315haoge opened this issue Sep 15, 2020 · 1 comment

Comments

@315haoge
Copy link

Hi, I met some problems.
In the source code of 'test_posenet.py'. When I run the 'python test_posenet.py --model your_model.prototxt --weights your_weights.caffemodel --iter size_of_dataset', it shows AttributeError: module 'caffe' has no attribute 'Net'.
The original code is:
net = caffe.Net(args.model,
args.weights,
caffe.TEST)

Could anyone can tell me how to solve this problem?
Thank you so much for your help.

@Manchesterunion
Copy link

Hi,Br.did you solve the problem.I met the same problems, and I can't find the Net.py in caffe,Could anyone can tell me why?

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