GOATmessi7/RFBNet

How to set config.py and prior_box.py when input images are not resized to 300*300 or 512*512

jjldr opened this issue · 2 comments

jjldr commented

When I use RFBNet for KITTI 2D detection, I struggle with input image size. The image size of KITTI is 375 * 1242, the aspect ratio is almost 1:3, so resize to 300 * 300 or 512 * 512 is not a wise choice. I want to resize the original image to 300 * 900, how to set the config.py and prior_box.py file, please help me!!!

Maybe, I think that firstly, you should read the Single Shot Multi-box Detector paper (https://arxiv.org/abs/1512.02325).

I encountered the same question, did you solve it? If you have solved it, please tell me the details, I will be grateful to you.