Replies: 1 comment
-
|
Hi there, Great to hear about your progress with YOLOv8! To achieve your goal of training the YOLOv8-pose model to detect individual objects as separate classes, you can follow these steps:
By following these steps, you should be able to train your YOLOv8-pose model to recognize individual objects as distinct classes. If you need further assistance, feel free to ask! 😊 Best of luck with your project! Kind |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a specific problem. First, I want to train the yolov8 pose model to detect small objects (e.g. goats) from 5K images. then, I want to use a custom tracker and track the objects across the entire video. (I have already done this). In the next step, I want to extract crops of the different tracks/ objects, and train the yolov8-pose again to detect individual objects separately as different classes (e,g. goat 1, goat 2, goat 3) [All the objects are slightly different looking]. How can I do this? What is the best way to create training data out of crops?
Beta Was this translation helpful? Give feedback.
All reactions