FurkanOM / tf-faster-rcnn

Tensorflow 2 Faster-RCNN implementation from scratch supporting to the batch processing with MobileNetV2 and VGG16 backbones
Apache License 2.0
94 stars 61 forks source link

Bounding box resizing in preprocessing?? #25

Open RohanKittu opened 2 years ago

RohanKittu commented 2 years ago

Hi, The code you did for Faster RCNN was really amazing, but in preprocessing function after you resized the image, I did not find where have you handled the bbox for the following resized image, Please know whether its there on the code or not??

Thank you in advance K Rohan Varma