Hello, I'm trying to import an existing caffe model with the DeepLens Method mo.optimize.
error, gender_net = mo.optimize("imdb-gender", input_width, input_height,"caffe")
client.publish(topic=iotTopic, payload="Second Model loaded:" + gender_net+ " " + str(error))
The IOT Stream just says: "Second Model loaded: 2"
My Lambda function gets the following error: [ERROR]-mo.py:160,
I'm trying to load the gender caffemodel and prototxt from https://data.vision.ee.ethz.ch/cvl/rrothe/imdb-wiki/
Could you please help me?
Your sincerely
Sebastian Klenke
連結已複製
1 回應
Dear Sebastian,
I think the following forum would be of better help for you: https://forums.aws.amazon.com/forum.jspa?forumID=275&start=0 as you are running DeepLens, OpenVINO is only the back-end.
Best,
Severine