🧤Install YOLO Object Detection on Windows 10
✅ Requirement
📩 Download
🏆 Install
Step 1 : Darkflow
ทำการดาวน์โหลด Darkflow จาก GitHub
git clone https://github.com/thtrieu/darkflow.gitcd darkflowทำการสร้าง Virtual Environment
mkvirtualenv yoloทำการเรียกใช้ Virtual Environment
workon yoloทำการสร้างไฟล์ requirements.txt
ทำการติดตั้ง Package จากไฟล์ requirements.txt
Step 2 : YOLO
ทำการดาวน์โหลด Tiny Weights จาก YOLO
ทำการสร้างไฟล์ detect_images.py
ทำการรัน detect_images.py
ลองดูผลลัพธ์

ทำการสร้างไฟล์ detect_video.py
ลองดูผลลัพธ์

อ่านเพิ่มเติม : https://bit.ly/3mQIYTI
Last updated
Was this helpful?