Skip to content

jcatwork013/motion-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏆 Motion Tracker - Nhận diện con người trong video bằng YOLOv8

Dự án này sử dụng YOLOv8 (ultralytics) để nhận diện con người trong video, vẽ khung nhận diện và lưu kết quả thành một video mới. Ngoài ra, hệ thống tạo báo cáo thời gian xuất hiện của con người trong video.


🚀 1. Yêu cầu hệ thống

1.1. Phiên bản Python

  • Python 3.8 - 3.11 (Khuyến nghị dùng Python 3.11)

📌 Kiểm tra phiên bản Python:

python --version


python3 -m venv venv
source venv/bin/activate  # (Trên macOS/Linux)
venv\Scripts\activate  # (Trên Windows)

python app.py

http://127.0.0.1:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published