Skip to content
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

How to train with new pictures? #13357

Open
1 task done
PengPeng-JunJun opened this issue Oct 14, 2024 · 1 comment
Open
1 task done

How to train with new pictures? #13357

PengPeng-JunJun opened this issue Oct 14, 2024 · 1 comment
Labels
question Further information is requested

Comments

@PengPeng-JunJun
Copy link

Search before asking

Question

Hi, I have to train as code YOLOV5-6.1 and get good result.Now , I add some new images to the dataset.I want to know how to continue training on the best.pt before.
And please tell me how to call this operation,thanks!

Additional

No response

@PengPeng-JunJun PengPeng-JunJun added the question Further information is requested label Oct 14, 2024
@UltralyticsAssistant
Copy link
Member

UltralyticsAssistant commented Oct 14, 2024

👋 Hello @PengPeng-JunJun, thank you for your interest in YOLOv5 🚀!

Please visit our ⭐️ Tutorials to get started with tasks like Custom Data Training and more advanced concepts.

For your question about continuing training, you can load your best.pt model and resume training with your updated dataset. This process is often referred to as "fine-tuning" or "continued training."

If this relates to a 🐛 Bug Report, please provide a minimum reproducible example to help us debug it.

If you have any custom training ❓ questions, please include details such as dataset examples and logs, and ensure you're following our Tips for Best Training Results.

Requirements

Ensure you have Python>=3.8.0 and install all dependencies in requirements.txt, including PyTorch>=1.8:

git clone https://github.com/ultralytics/yolov5
cd yolov5
pip install -r requirements.txt

Environments

YOLOv5 can be run in the following environments, which include all necessary dependencies:

Status

YOLOv5 CI

A green badge indicates all YOLOv5 GitHub Actions tests are passing.

Introducing YOLOv8 🚀

We are thrilled to introduce YOLOv8 🚀! Ideal for object detection, image segmentation, and classification tasks. Check out the YOLOv8 Docs and get started:

pip install ultralytics

An Ultralytics engineer will follow up with you soon! 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants