Hand-Keypoint-Detection
Hand-Keypoint-Detection copied to clipboard
Hand and Keypoint detection by caffe.
SSD-Hand-Detection
Dataset
Preprocess
-
min(hands width and height) > threshold
, for egohands,threshold=40
; for stanfordhands,threshold=20
. - clean dataset can be downloaded from onedrive.
- run
create_txt.py
to generatetest.txt
andtrainval.txt
. - At last run
./create_data.sh
to generate lmdb file in data/lmdb folder.
Train
- pretrained model are provided by the author and trained on PASCAL VOC 2012, 2017. Download Link.