Open clxia12 opened 6 years ago
you might be able to generate the file by making the Makefile here: https://github.com/rbgirshick/py-faster-rcnn/tree/master/lib
@closerbibi an new problem occure when I do as you say. File "/home/clxia/software/3D_detection/Amodal3Det/py-faster-rcnn/rgbd_3det/lib/cnn/train.py", line 33, in init self.bbox_3d_means, self.bbox_3d_stds = db_hammer.normalize_bbox_3d_targets(roidb) AttributeError: 'module' object has no attribute 'normalize_bbox_3d_targets'. Can you tell me how to deal with or send me a detailed step from training. thank you.
@phoenixnn If you can provide the makefile to create the cython bbox then that would be awesome. Thanks.
@clxia12 I think you should copy the setup.py and Makefile from here https://github.com/rbgirshick/fast-rcnn/tree/master/lib , and then you can run make inside the lib folder. Hopefully that should work.
I meet an error when i run trainNet.sh under rgbd_3det/ . ImportError: No module named cython_bbox.how should I do ?