• Stars
    star
    129
  • Rank 279,262 (Top 6 %)
  • Language
    Python
  • Created over 6 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Pytorch C3D feature extractor

Pytorch_C3D_Feature_Extractor

pre-trained model (on sport1M) is available:

C3D_sport.pkl

input: video

python feature_extractor_vid.py -l 6 -i /data/miayuan/videos/ -o /data/miayuan/c3d_features -gpu -id 0 -p /data/miayuan/video_list.txt --OUTPUT_NAME c3d_fc6_features.hdf5

input: frames

python feature_extractor_frm.py -l 6 -i /data/miayuan/frames/ -o /data/miayuan/c3d_features -gpu -id 0 -p /data/miayuan/video_list.txt --OUTPUT_NAME c3d_fc6_features.hdf5