Giovanni
Giovanni
Can I use this code to train the model on my own dataset? If so, how should the dataset be structured?
I have a dataset of different frames per clip, ordered in the way you suggest. Is it possible to use this code to train the models on my own dataset?
I have a dataset with sequences of frames in which people pass objects over a checkout scanner in a super market. Is it possible to use this code to train...
Hi, When I run train_x3d_charades.py, I get the following error: ``` raise ValueError("num_samples should be a positive integer " ValueError: num_samples should be a positive integer value, but got num_samples=0...
Is it possible to train it from scratch? Eventually which is the dataset format I have to provide?