├── README.md ├── charades_sta_videos.txt ├── data └── checkpoints │ └── rgb_imagenet │ └── download_checkpoint_here.txt ├── feature_extractor_frm.py ├── get_i3d_h5.py └── i3d.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaywongWang/I3D-Feature-Extractor/HEAD/README.md -------------------------------------------------------------------------------- /charades_sta_videos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaywongWang/I3D-Feature-Extractor/HEAD/charades_sta_videos.txt -------------------------------------------------------------------------------- /data/checkpoints/rgb_imagenet/download_checkpoint_here.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /feature_extractor_frm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaywongWang/I3D-Feature-Extractor/HEAD/feature_extractor_frm.py -------------------------------------------------------------------------------- /get_i3d_h5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaywongWang/I3D-Feature-Extractor/HEAD/get_i3d_h5.py -------------------------------------------------------------------------------- /i3d.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaywongWang/I3D-Feature-Extractor/HEAD/i3d.py --------------------------------------------------------------------------------