Replies: 1 comment 6 replies
-
👋 Hello @suciptr, thank you for your interest in Ultralytics 🚀! We recommend checking out the Docs as a starting point for exploring YOLOv8, which includes extensive Python and CLI examples that might help you better understand how to use and customize the model. If this is a custom training ❓ question, it’s helpful to provide as much context as possible, such as your dataset samples, current approach, and any relevant logs or code snippets. This will assist Ultralytics engineers and the community in providing focused advice. For your specific goal of modifying the YOLOv8 backbone to ResNet50, this may involve deeper customization of the model architecture. For real-time discussions and peer support, you can join our Discord 🎧. You may also find detailed discussions and shared knowledge on our Discourse platform or Subreddit. UpgradeBefore proceeding, ensure you have the latest pip install -U ultralytics Notebooks for TestingYou can experiment with YOLOv8 in interactive cloud environments with free GPUs: StatusYou can check the status of our Ultralytics CI tests below. A green badge indicates that all automated tests are currently passing: This is an automated response to guide you toward available resources and community forums 😊. Rest assured, an Ultralytics engineer will review your question and assist you soon! |
Beta Was this translation helpful? Give feedback.
-
hello.
I am an student with very limited knowledge of Deep Learning and Artificial Neural Networks.
I have an assignment to create a classification model with yolov8, then I want to make some modifications to the model that I have trained, I want to change the yolov8 backbone to resnet50.
Can someone teach and guide me? I will be very grateful.
Beta Was this translation helpful? Give feedback.
All reactions