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

Use images with different size as input? #34

Closed LevineYang closed 5 years ago

LevineYang commented 5 years ago

Hi Li, awesome work! I got a question, that is can I use images with other size in demo.py, say 1920 * 1080, as input?

PeiliangLi commented 5 years ago

You can try that as long as feeding into correct calibration information.

LevineYang commented 5 years ago

Okay, I just realized it's quite stupid a question, lol.