YOLOv8 model for traffic management
- Python 3.8+
- Các thư viện:
ultralytics
,opencv-python
CÃ i nhanh:
pip install torch opencv-python
- Clone repo, copy file
best.pt
và o thư mục dá»± án. - Sá»a file
main.py
, thay dòng RTSP_URL thà nh link camera RTSP của bạn. - Chạy:
python main.py
- Nhấn Q để thoát cá»a sổ video.
- Python 3.8+
- Packages:
ultralytics
,opencv-python
Quick install:
pip install torch opencv-python
- Clone repo and copy
best.pt
into the project folder. - Edit
main.py
, changeRTSP_URL
to your camera RTSP stream. - Run:
python main.py
- Press Q to quit the video window.
- For feedback or collaboration, contact or open an issue.