Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training at different image size #258

Open
BS-98 opened this issue Jun 23, 2022 · 0 comments
Open

Training at different image size #258

BS-98 opened this issue Jun 23, 2022 · 0 comments

Comments

@BS-98
Copy link

BS-98 commented Jun 23, 2022

Hi,

I have images (1440,2560,3) images and I would like train YOLOR at 640 image size, because I trained YOLOv5 in this way. Now, I am little concerned about which files to use. yolor_p6.pt and yolor_w6.pt were trained at 1280 image size, so I dont know if it is good idea to use them. There is also a yolor_csp_x model which in .cfg file has width, height = 512 and test size was 640, so maybe it would be good choice?

Or maybe just use yolor_p6 or yolor_w6 model with cmd python3 train.py --image-size 640 640 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant