-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
how to train the img with size of 1920*1080 #574
Comments
Did you manage to run this inference? python models.py <num_classes> <IN_IMAGE_H> <IN_IMAGE_W> <namefile(optional)> |
no,i want to train my model using images with size of 1920*1080,i changed my cfg.py,and the content that has been altered is:"Cfg.batch = 16,Cfg.width = 1920,Cfg.height = 1080".but it output error: |
Please try to run first the recommended inferences with his examples to see if there are any mistakes in his model (because I found some, especially in yolov4.pth), then try your training |
Did you manage to do it? |
if i want to train the image with size of 1920*1080,how to change the code
The text was updated successfully, but these errors were encountered: