Skip to content

I tagged forklifts and people in 3000 images. I developed forklift and human detection application with YoloV5.

Notifications You must be signed in to change notification settings

SelimSavas/forklift-and-people-detection-with-YOLOv5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Forklift and People Detection with YOLOv5

I tagged forklifts and people in 3000 images. I developed forklift and human detection application with YoloV5.

Train Code

!python train.py --img 416 --batch 128 --epochs 400 --data data.yaml --weights yolov5s.pt --cache

Test Detection (Video)

!python detect.py --weights /content/best.pt --img 416 --conf 0.40 --source "/content/testVideo4.mp4"

image

Tagged Dataset

I tagged the image data from ImageNet, Roboflow and Kaggle platform with MakeSense. You can use my Google Drive to download.

About

I tagged forklifts and people in 3000 images. I developed forklift and human detection application with YoloV5.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published