Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About the feature extraction #53

Closed
zzxihuanheixiu opened this issue Apr 8, 2022 · 2 comments
Closed

About the feature extraction #53

zzxihuanheixiu opened this issue Apr 8, 2022 · 2 comments

Comments

@zzxihuanheixiu
Copy link

No description provided.

@zzxihuanheixiu
Copy link
Author

Hello, although I followed up the link in the issue, I still don't know the specific details of your video clip feature extraction. If it's convenient, please provide the code for extracting clip features. I want to study it carefully.
Sincere thanks!

@Sy-Zhang
Copy link
Collaborator

Sy-Zhang commented Apr 9, 2022

Hello, although I followed up the link in the issue, I still don't know the specific details of your video clip feature extraction. If it's convenient, please provide the code for extracting clip features. I want to study it carefully. Sincere thanks!

For our conference paper, please check issue #26 for details.
For our journal paper, the details are listed here.
Charades

  • VGG: download from here.
  • C3D: download from here
  • I3D: download from here
  • I3D finetuned: we finetune i3d with this codebase

ActivityNet

  • C3D: download from here
  • I3D: download from here

TACoS

  • VGG: we use pretrained VGG16 from torchvision.models.
  • C3D: download from here
  • I3D: we extract i3d with this codebase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants