okankop / Efficient-3DCNNs

PyTorch Implementation of "Resource Efficient 3D Convolutional Neural Networks", codes and pretrained models.
MIT License
765 stars 150 forks source link

how to calculate the accuracy of the jester dataset #4

Closed hanah-fei closed 4 years ago

hanah-fei commented 5 years ago

Thanks for your nice work! But I didn't figure out how to calculate the accuracy of the jester dataset, can you explain it? Thanks a lot.

okankop commented 5 years ago

Average length of gestures in jester dataset is around 34. So, middle 32 frames of gestures are used with downsampling of 2 (taking every sexond frame) in order to calculate the video accuracy. I hope this explains your question.

tkone2018 commented 5 years ago

@hanah-fei hello, did you train the jester dataset successfully?