WongKinYiu / ScaledYOLOv4

Scaled-YOLOv4: Scaling Cross Stage Partial Network
GNU General Public License v3.0
2.02k stars 572 forks source link

Image Resizing #55

Open anjaeju opened 3 years ago

anjaeju commented 3 years ago

First as first, thank you for great model and sharing code!

Currently, I have 1920 * 1080 custom image dataset, and wanna train Full-scale image size. I failed to do it cuz the code is highly refactored and img_size parameter has deep dependency with others.

Is there any way to do it?

GeorgeTsio commented 3 months ago

@anjaeju did you manage to do it?