phoenixnn / Amodal3Det

GNU General Public License v3.0
73 stars 19 forks source link

missing pre-trained weight #3

Closed closerbibi closed 7 years ago

closerbibi commented 7 years ago

I found that in your training script, the training process require "rgbd_det_init_3d_allvgg.caffemodel" but there is no such file in the 'model' directory downloaded from your link. Am I suppose to use other pre-trained weight from model zoo instead ?

Thanks for your reply in advance

closerbibi commented 7 years ago

use 'init_net_allvgg.py' in 'models' directory could generate the "rgbd_det_init_3d_allvgg.caffemodel" file.