yolov2.pytorch icon indicating copy to clipboard operation
yolov2.pytorch copied to clipboard

Model training using different image size

Open kulkarnikeerti opened this issue 2 years ago • 0 comments

Hi, I know that this repo works with a squared image. But, I am trying to incorporate a rectangle image of size (720,1440). However, I end up with an error in the below line as it is not able to match the expected size. https://github.com/tztztztztz/yolov2.pytorch/blob/014559ce4df8f7e580e339919a05a05d988073a4/yolov2.py#L32

could you please tell me, how did you come up with these params? If I have to use a rectangle image what should be changed and on what basis? Thanks in advance

kulkarnikeerti avatar Aug 08 '22 12:08 kulkarnikeerti