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

mAP comparison with YOLOv5 #44

Closed
melika-sce opened this issue Aug 26, 2023 · 2 comments
Closed

mAP comparison with YOLOv5 #44

melika-sce opened this issue Aug 26, 2023 · 2 comments

Comments

@melika-sce
Copy link

Hi, and thanks for this great work.
I trained SuperYOLO with train_image_size =1024 and test_image_size=512 on VisDrone dataset and I want to compare the mAP result with YOLOv5, but I was not sure if I have to compare SuperYOLO with YOLOv5 that was trained on 512 image-size or 1024 image-size?

@icey-zhang
Copy link
Owner

We compare the SuperYOLO with parameter train_image_size =1024 and test_image_size=512 and the YOLOv5 trained on 512 image-size and tested 512 image-size.

But actually, when training the SuperYOLO, the images are downsampled to 512 size and then fed into the detection network. The 1024-size image is used to train the super-resolution branch as the label.

So it is a fair comparison.

@melika-sce
Copy link
Author

Thanks for explanation

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

2 participants