Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 629 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 629 Bytes

hand detection and segmentation

Researching detection/segmentation algorithms from PyTorch. Will probably include more details as well as the training scripts and data later on.

For now, everything is based on this PyTorch tutorial.

pip install -r requirement.txt

Faster-RCNN

python test_fasterrcnn_model.py webcam 

Mask-RCNN

python test_maskrrcnn_model.py webcam

Also, see the recordings videos as well.