Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 595 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 595 Bytes

IT3920-2024-Master-MSIT

Environment

To setup your environment, make sure that you have a NVIDIA GPU with support for CUDA 12.1+.

  • conda env create -f conda_env.yaml
  • conda activate torch2.2

Then, read the documentation on the datasets to download, prepare and generate annotation files to be able to train the models.

Train The Model

See python experiment.py --help for help on how to run the experiments. For example configuration, see the scripts/slurm/example.slurm.

Extract keyframes

See python extract_keyframes.py --help for help on how to extract keyframes.