Closed aquibjaved closed 7 years ago
@aquibjaved Were you able to solve this?I'm getting the same error when I'm doing this
from caffe.proto import caffe_pb2
Error is-
Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named 'caffe.proto'
@kevgeo No I didn't get any solutions.
@aquibjaved Which version of OpenCV and python are you using?
@kevgeo I am using opencv 2.4.10 and python 2.7.12
have u found any solution?
got the same error on google colab @aquibjaved
And I was trying to go through your AgeGenderDemo.ipynb
in the age and gender repo
Hi @Nomia Sorry for the late response, I am not sure how did I fixed the issue and closed it. It's been a long time I am not able to recall it. Is there any reason you want to do this with CAFFE library because I checked there models which you can use via openCV. have a look into this one: (https://learnopencv.com/age-gender-classification-using-opencv-deep-learning-c-python/)
I was going to convert the caffemodel to coreml model so that I could use it in my ios app, I did that conversion successfully with coremltools
, but when I tested it on the xcode, the accuracy was very low, so I wanna try that model out in the repo's demo python notebook, but when I tried to run that notebook, I got the error above.
Here is the result of my converted model, hope that you could give some help link
hey, @Nomia can you check this one, this link
I am doing a gender recognition program with caffe here's the link of the code I am trying.
While running the code I always stuck at this error
while importing caffe I am not getting any error
Here's the full traceback:
I've also 2 times remove and install the caffe. I also did the runtest...but there's no error at that time.