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

yolov5s / detect.py/ 욜로v5 결과저장을 10분에 한번 하고 싶습니다 #13329

Open
1 task done
rod-0123 opened this issue Sep 23, 2024 · 1 comment
Open
1 task done
Labels
question Further information is requested

Comments

@rod-0123
Copy link

Search before asking

Question

지금은 프레임마다 모든 결과가 저장이 되는데 일정시간마다 저장되게 하고 싶습니다

Additional

No response

@rod-0123 rod-0123 added the question Further information is requested label Sep 23, 2024
@UltralyticsAssistant
Copy link
Member

👋 Hello @rod-0123, thank you for your interest in YOLOv5 🚀!

To address your question, you'll need to modify the save logic in detect.py to save results at your desired intervals. For more detailed guidance, please check out our ⭐️ Tutorials which cover a range of tasks from Custom Data Training to advanced techniques.

If this is a 🐛 Bug Report, please make sure to provide a minimum reproducible example to assist us in debugging.

Requirements

Ensure you have Python>=3.8.0 and all dependencies from requirements.txt installed, including PyTorch>=1.8. To begin:

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

Environments

YOLOv5 can be run in various environments:

Status

YOLOv5 CI

This badge indicates the current status of YOLOv5 GitHub Actions Continuous Integration (CI) tests.

Introducing YOLOv8 🚀

We're also excited to introduce our latest model, YOLOv8 🚀! This state-of-the-art model enhances object detection, image segmentation, and classification tasks. Discover more in our YOLOv8 Docs.

pip install ultralytics

This is an automated response, and 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