Changing the architecture of yolov8 #4798
Replies: 1 comment
-
@shivonafern hello! No worries, we all start somewhere, and it's great to see your interest in customizing YOLOv8. 😊 Yes, you can modify the architecture of YOLOv8, including adding or removing convolutional layers from the backbone. This is done by editing the model configuration file, typically a YAML file that defines the layers and their connections. To make these changes, you would:
When you start your training process, you'll specify the path to your custom YAML file so that YOLOv8 knows to use your modified architecture. For detailed instructions on how to work with configuration files and customize models, please refer to our documentation at https://docs.ultralytics.com. You'll find guidance on model customization under the 'Train' section. Happy coding, and best of luck with your YOLOv8 project! 🚀 |
Beta Was this translation helpful? Give feedback.
-
Hello I'm new to yolov8 so sorry if my question may sound basic... I want to add/remove few conv layers from the backbone of yolov8 how can I do so? Is it possible on colab? how can I override the custom yolov8.yaml file
Beta Was this translation helpful? Give feedback.
All reactions