HKUST-Aerial-Robotics / Stereo-RCNN

Code for 'Stereo R-CNN based 3D Object Detection for Autonomous Driving' (CVPR 2019)
MIT License
686 stars 177 forks source link

how can I work this project on pytorch 1.0 #14

Closed stoneeve415 closed 5 years ago

stoneeve415 commented 5 years ago

can you give a branch of pytorch-1.0

PeiliangLi commented 5 years ago

Yes, I will do it some weekend.

PeiliangLi commented 5 years ago

Pytorch 1.0 is supported now. Please checkout to https://github.com/HKUST-Aerial-Robotics/Stereo-RCNN/tree/1.0 for the details.

stoneeve415 commented 5 years ago

Hi,@PeiliangLi ,Thank you so much for your great work! I wonder if there is some files missing in folder Stereo-RCNN/lib/model. when I run sh make.sh, the terminal print error like ' roi_pooling_kernel.cu: No such file or directory', so I checked the make.sh, there is no such file when compile roi_pooling and roi_crop.

PeiliangLi commented 5 years ago

Are you using the 1.0 branch? Please follow the readme carefully. The instructions are different from the master branch.

stoneeve415 commented 5 years ago

Thank you very much, it work properly now. the 1.0 branch should run python setup.py build develop instead of 'sh make.sh'.