Skip to content

Techsolutions2024/TxModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TxModel

YOLOv8 model for traffic management

YOLO Object Detection for High-Angle Surveillance Camera

🇻🇳 Hướng dẫn sử dụng

1. Yêu cầu

  • Python 3.8+
  • Các thư viện: ultralytics, opencv-python

Cài nhanh:

pip install torch opencv-python

2. Sử dụng

  1. Clone repo, copy file best.pt vào thư mục dự án.
  2. Sửa file main.py, thay dòng RTSP_URL thành link camera RTSP của bạn.
  3. Chạy:
python main.py
  1. Nhấn Q để thoát cửa sổ video.

🇬🇧 Usage Guide

1. Requirements

  • Python 3.8+
  • Packages: ultralytics, opencv-python

Quick install:

pip install torch opencv-python

2. Usage

  1. Clone repo and copy best.pt into the project folder.
  2. Edit main.py, change RTSP_URL to your camera RTSP stream.
  3. Run:
python main.py
  1. Press Q to quit the video window.

📢 Notes

  • For feedback or collaboration, contact or open an issue.


About

YOLOv8 model for traffic management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages