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

Is the label "None" used in the training of classifier? #101

Closed bluesy7585 closed 2 years ago

bluesy7585 commented 2 years ago

Hi all, I see label "None" in the annotation file (eg. egogestureall.json)

for classifier training, does it use "None" class for no gesture? making total number of class + 1 for the model to predict eg. egoGesture dataset has 83 classes, with additional "None" label, it will be 84 classes

ahmetgunduz commented 2 years ago

yes that is right