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

incorrect detections for cars after fine-tuning yolov5l #13281

Open
1 task done
anisha150213 opened this issue Aug 25, 2024 · 1 comment
Open
1 task done

incorrect detections for cars after fine-tuning yolov5l #13281

anisha150213 opened this issue Aug 25, 2024 · 1 comment
Labels
question Further information is requested

Comments

@anisha150213
Copy link

anisha150213 commented Aug 25, 2024

Search before asking

Question

Hi,
I fine-tuned the yolov5l model with a custom dataset. Images are from paranoma video. I have two training classes: car and person and around 8k images, the number of instances of car is approximately 6k. The original image dimension is 1980x1080 and trained with 640x640.
I trained my model with 50, 100, 300, 400 and 500. With all the models, I faced the same issue. I used different iou-threshold in testing. But nothing worked that much. Can anyone please explain why fine-tuning is not providing better results?
Please take a look at the attachment for reference (screenshot).
reference_yolov5l.zip

Thanks

Additional

No response

@anisha150213 anisha150213 added the question Further information is requested label Aug 25, 2024
@glenn-jocher
Copy link
Member

@anisha150213 hi,

Thank you for your detailed report. Please ensure you are using the latest version of YOLOv5. If the issue persists, consider checking your dataset for class imbalance and ensuring your annotations are accurate. Additionally, experimenting with different augmentation techniques and hyperparameters might help improve your results.

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

No branches or pull requests

3 participants