-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yolov8-p2 #47
Comments
@lindsayshuo hey there! 😊 Thanks for reaching out! It looks like you're exploring the YOLOv8 models. Indeed, the For the latest models and pre-trained weights, it's always a good idea to check out our documentation or the releases section on GitHub. Sometimes, updating the repository ( If you're looking to train a model with Let us know if you have any other questions. Happy coding! 🚀 |
我有自己训练的可否需要? |
@gopin95 hey there! 👋 I understand you're looking for the For training your own model, absolutely, you can use python train.py --img 640 --batch 16 --epochs 100 --data your_dataset.yaml --cfg yolov8-p2.yaml --weights '' --name yolov8_custom Replace Do check our documentation at https://docs.ultralytics.com for more guidance on training your models! Happy training! 🚀 |
你好,可以分享一下yolov8-p2的预训练权重吗? |
download https://github.com/lindsayshuo/yolov8-p2/releases/download/VisDrone_train_yolov8x_p2_bs1_epochs_100_imgsz_1280_last.pt (only for 10 cls p2 model) |
十分感谢🙏 |
@myduto Thanks for sharing the link to the pretrained weights! If anyone else has issues accessing pre-trained weights or needs further guidance on training with YOLOv8 models, don't hesitate to ask. We're here to help! 🚀 Happy coding! |
I saw yolov8-p2.yaml in cfg, but I couldn’t find yolov8x2.pt in https://github.com/ultralytics/assets/releases
The text was updated successfully, but these errors were encountered: