After setting all necessary packages and libraries, you can now run experiments by the following scripts:
sh exp/train_script_I3D_hmdb2ucf.sh
sh exp/train_script_I3D_ucf2hmdb.sh
sh exp/train_script_I3D_jester.sh
We have set a fixed random seed and the optimal hyperparameters for all experiments, so that the reported scores are directly reproducible.
If you prefer to use Jupyter Notebook, you can find an example in exp/TransVAE_I3D_hmdb-ucf.ipynb
.