/departure_detection

This repository is about departure detection

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

本项目是离岗检测的解决方案,检测采用的是yolov5

Requirements

Python 3.7 or later with all requirements.txt dependencies installed, including torch >= 1.5. To install run:

$ pip install -U -r requirements.txt

Tutorials

Inference

Inference can be run on most common media formats. Results are saved to ./inference/output.To run inference on examples in the ./inference/images folder

python detect.py --weights yolov5x.pt
                 --img 460 
                 --conf 0.5 
                 --source "/content/drive/My Drive/video/departure_detection.avi" 
                 

Contact

Issues should be raised directly in the repository. email Zhang Jie at 545277714@qq.com.