HKUST-Aerial-Robotics / Stereo-RCNN

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

Debug prints #81

Open giacomodabisias opened 3 years ago

giacomodabisias commented 3 years ago

I think you left 2 debug prints here: https://github.com/HKUST-Aerial-Robotics/Stereo-RCNN/blob/63c6ab98b7a5e36c7bcfdec4529804fc940ee900/lib/model/rpn/generate_anchors.py#L104-L105

these are still Python2 style prints. Could we remove them or convert them to python3? Thanks