ahmetgunduz / Real-time-GesRec

Real-time Hand Gesture Recognition with PyTorch on EgoGesture, NvGesture, Jester, Kinetics and UCF101
https://arxiv.org/abs/1901.10323
MIT License
619 stars 168 forks source link

Cannot run on jester dataset. #89

Open Bhuvan-21 opened 3 years ago

Bhuvan-21 commented 3 years ago

I run the following commands in google colab and face this error.

!git clone https://github.com/ahmetgunduz/Real-time-GesRec !cd "Real-time-GesRec" !python utils/jester_json.py 'annotation_Jester' !bash run-jester.sh

image