Based on the YOLO V10 model, I simply implemented target detection in the video. The code is "video_detection.py".
video_detection.mp4
conda
virtual environment is recommended.
conda create -n yolov10 python=3.9
conda activate yolov10
pip install -r requirements.txt
pip install -e .
Run "video_detection.py"