Replies: 2 comments 3 replies
-
@LOSOINFO hello! I'm glad to hear about your interest in experimenting with different backbones in YOLOv8. While we don't provide code examples directly in GitHub issue responses, I can certainly guide you on how to proceed. To integrate a new backbone into YOLOv8, you'll need to follow these general steps:
For detailed instructions and explanations, please refer to our documentation on model customization and training at https://docs.ultralytics.com. The documentation provides comprehensive guidance on how to work with different components of the model. Remember, integrating a new backbone can be complex and may require a deep understanding of the model architecture and the expected data flow through the network. If you encounter any specific issues or have further questions, feel free to reach out on the issues page, and we'll be happy to help. Good luck with your modifications! 🚀 |
Beta Was this translation helpful? Give feedback.
-
Hello, i intend to train YOLOv8 with new backbones like mobilenet and vgg, did you mange to add new backbones? |
Beta Was this translation helpful? Give feedback.
-
I tested a few backbones (including MobileNet, ShuffleNet, etc.) with Yolov5, and I intend to do the same with Yolov8. Although I found the relevant documentation, I didn't fully understand it. I think it would be fantastic if you included an example of modification.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions