okankop / MFF-pytorch

Motion Fused Frames implementation in PyTorch, codes and pretrained models.
Other
131 stars 33 forks source link

Preprocessing for NVGesture Dataset #11

Closed saurabbhsp closed 4 years ago

saurabbhsp commented 4 years ago

Hi, Can you also share the preprocessing script/steps for NVGesture dataset. How different is the process than the jester dataset.

okankop commented 4 years ago

it is exactly same as Jester dataset. You need to use process_dataset.py to generate following files: category.txt: the list of categories. train_videofolder.txt: each row contains [videoname num_frames classIDX] val_videofolder.txt: same as above