caffe-posenet icon indicating copy to clipboard operation
caffe-posenet copied to clipboard

Module 'caffe' has no attribute 'Net'

Open 315haoge opened this issue 3 years ago • 1 comments

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.

315haoge avatar Sep 15 '20 14:09 315haoge

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?

Manchesterunion avatar Oct 18 '21 13:10 Manchesterunion