Merging YOLOv5 Models for Custom and COCO Classes #12809
Unanswered
hariteja2408
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have two YOLOv5 pre-trained models: best1.pt, trained on a custom dataset with 4 classes, and yolov5s.pt, trained on the 80 classes of the COCO dataset. I aim to merge these models to create one capable of detecting both the custom classes and the "person" class from COCO. What is the recommended approach for achieving this? Additionally, could you provide insights on potential challenges and optimal methods for model fusion?
Beta Was this translation helpful? Give feedback.
All reactions