Closed zhanpx closed 7 years ago
@zhanpx
this question I already answer in #28
My mistake, the code is messy and I really forget much details about the processing.
I think the subBBox is not necessary. For bbox robust, add data argument on bbox random perturbation should be much efficient (which is not done in this code).
Thanks for your reply! I have learned a lot from your codes. @luoyetx
1.Here you use the subbox to expand the boundingbox(not resize the boundingbox), but without changing the relative coordinates. Could you explain that?
2.Here you set the bbox's width and height as bbox[1] - bbox[0] and bbox[3] - bbox[2] respectively,that means it doesn't include the last row's or col's of pixels.But in the other codes of images cropping,it includes this.
Could you help me explain these two problems ,thanks.