/Technauts

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Wildlife-vehicle accidents result in substantial personal, environmental and economic losses, including human injuries, fatalities, loss of wildlife, and vehicle damage. This is an animal detection system that gives warning to the drivers and thus enabling them to take precautionary measures.



git clone https://github.com/ultralytics/yolov5  # clone
cd yolov5
pip install -r requirements.txt  # install

Run Inference

#exp9 folder is used for detection
python detect.py --weights runs/train/exp9/weights/best.py --source 0 #webcam else image name for testing