Hi. To change the number of frames of the training data from 300 to 90, would it just be a matter of changing data_gen/ntu_gendata.py at line 16 where it says "max_frame = 300"?
I want to train data that is always 3 seconds in length (90 frames at 30 fps).
Thanks.