ShapeNet / RenderForCNN

Render for CNN: Viewpoint Estimation in Images Using CNNs Trained with Rendered 3D Model Views
Other
248 stars 82 forks source link

Error while running demo_view #10

Open rohit497 opened 6 years ago

rohit497 commented 6 years ago

I try to run python demo_view/run_demo.py, but I keep getting the error RuntimeError: Could not open file RenderForCNN/caffe_models/render4cnn_3dview.caffemodel. This model doesn't seem to exist in the caffe_models folder, so I'm not sure why the code is looking for this file.

asakhnenko commented 6 years ago

This file contains a pretrained model, which you can download with sh RenderForCNN/caffe_models/fetch_model.sh. I hope it helps.