Skip to content

psycho-ygq/video_detection_based_on_YOLOv10

 
 

Repository files navigation

Viedo detection

Based on the YOLO V10 model, I simply implemented target detection in the video. The code is "video_detection.py".

video_detection.mp4

Installation

conda virtual environment is recommended.

conda create -n yolov10 python=3.9
conda activate yolov10
pip install -r requirements.txt
pip install -e .

Video detection

Run "video_detection.py"

About

YOLOv10: Real-Time End-to-End Object Detection, adding video detection.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Other 0.6%