Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 903 Bytes

PATHS.md

File metadata and controls

13 lines (10 loc) · 903 Bytes

Path Helper

We have the following paths that must be filled in correctly before running the code

  • absolute/path/to/dataset/: This path should contain the outputs generated by following the steps given in EgoVLP codebase.
  • /path/to/checkpoint.pth contains the desired checkpoint path. Use the given links to download the appropriate checkpoints.
  • absolute/path/to/ego4d_chunked/ contains output path after running utils/video_chunk.py.
  • /path/to/slurm/log is the desired SLURM output folder path.
  • /path/to/epic-kitchens-100-annotations/ refers to the location of EPIC-KITCHENS-100 annotations downloaded path.
  • /path/to/top/level/ is the location of the folder.
  • /path/to/experiments/ is the location where all the scripts are copied before submitting to SLURM.

Replacing all these paths with the appropriate link will help run the code.