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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: