0aqz0 / HandDetector

Hand detector with yolov3 (pytorch)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HandDetector

Hand detector with yolov3

Requirements

  • Install packages

    $ pip install -r requirements
  • Data preparation

    $ python get_egohands_data.py

Usage

Training

$ python train.py --pretrained_weights weights/darknet53.conv.74

Testing

$ python test.py --weights_path weights/yolov3.pth

Detection with images

$ python detect.py --image_folder data/samples/ --weights_path weights/yolov3.pth

Detection with camera

$ python video_detect.py --weights_path weights/yolov3.pth

Reference

About

Hand detector with yolov3 (pytorch)


Languages

Language:Python 99.5%Language:Shell 0.5%