rawalkhirodkar / MIPNet

Apache License 2.0
73 stars 13 forks source link

Cropping of image #13

Closed levan92 closed 2 years ago

levan92 commented 2 years ago

Hi, thank you for your nice work here. In your paper, in section 4.1, it is said that the detection bbox is extended to a fixed aspect ratio of 4:3, then this bbox is cropped from the original full image. I'm having troubles trying to find the part of code where these operations are done. Could you point me to it? Thanks!

levan92 commented 2 years ago

Ah sorry, just realised that cv2.warpAffine will do the "cropping".