Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

where should i run trainNet.sh? #11

Open
clxia12 opened this issue Dec 27, 2017 · 4 comments
Open

where should i run trainNet.sh? #11

clxia12 opened this issue Dec 27, 2017 · 4 comments

Comments

@clxia12
Copy link

clxia12 commented Dec 27, 2017

I meet an error when i run trainNet.sh under rgbd_3det/ . ImportError: No module named cython_bbox.how should I do ?

@closerbibi
Copy link

you might be able to generate the file by making the Makefile here:
https://github.com/rbgirshick/py-faster-rcnn/tree/master/lib

@clxia12
Copy link
Author

clxia12 commented Dec 28, 2017

@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.

@mittalrajat
Copy link

@phoenixnn If you can provide the makefile to create the cython bbox then that would be awesome. Thanks.

@mittalrajat
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants