Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

yolov8-p2 #47

Open
lindsayshuo opened this issue Apr 1, 2024 · 7 comments
Open

yolov8-p2 #47

lindsayshuo opened this issue Apr 1, 2024 · 7 comments

Comments

@lindsayshuo
Copy link

I saw yolov8-p2.yaml in cfg, but I couldn’t find yolov8x2.pt in https://github.com/ultralytics/assets/releases

@glenn-jocher
Copy link
Member

@lindsayshuo hey there! 😊

Thanks for reaching out! It looks like you're exploring the YOLOv8 models. Indeed, the yolov8-p2.yaml config is available for customization and training your own models. However, regarding pre-trained weights like yolov8x2.pt, they might not be released yet or could be named differently.

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 (git pull) and checking the documentation at https://docs.ultralytics.com can also help find what you're looking for.

If you're looking to train a model with yolov8-p2.yaml, you can start your training using the available dataset config, and the training script provided in our repo. If specific pre-trained weights are not available, training from scratch or using a smaller pre-trained model as a starting point could be beneficial.

Let us know if you have any other questions. Happy coding! 🚀

@glenn-jocher
Copy link
Member

@gopin95 hey there! 👋

I understand you're looking for the yolov8x2.pt pretrained model and are considering training your own with yolov8-p2.yaml. Currently, if yolov8x2.pt isn't listed under our releases, it might mean it's not available at the moment.

For training your own model, absolutely, you can use yolov8-p2.yaml. Here's a brief way to start training with your own dataset:

python train.py --img 640 --batch 16 --epochs 100 --data your_dataset.yaml --cfg yolov8-p2.yaml --weights '' --name yolov8_custom

Replace your_dataset.yaml with your dataset configuration. No pre-trained weights (--weights '') means training from scratch.

Do check our documentation at https://docs.ultralytics.com for more guidance on training your models!

Happy training! 🚀

@myduto
Copy link

myduto commented May 14, 2024

我在cfg中看到yolov8-p2.yaml,但在https://github.com/ultralytics/assets/releases中找不到yolov8x2.pt

我有自己训练的可否需要?

你好,可以分享一下yolov8-p2的预训练权重吗?

@lindsayshuo
Copy link
Author

我在cfg中看到yolov8-p2.yaml,但在https://github.com/ultralytics/assets/releases中找不到yolov8x2.pt

我有自己训练的可否需要?

你好,可以分享一下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
Copy link

myduto commented May 14, 2024

我在cfg中看到yolov8-p2.yaml,但在https://github.com/ultralytics/assets/releases中找不到yolov8x2.pt

我有自己训练的可否需要?

你好,可以分享一下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)

十分感谢🙏

@pderrenger
Copy link
Member

@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!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@glenn-jocher @lindsayshuo @myduto @pderrenger and others