How to extract I3D features on different span and stride #102
Unanswered
rabeya-akter
asked this question in
Q&A
Replies: 1 comment
-
|
https://iashin.ai/video_features/models/i3d/ I am not dure what you are referring to. Perhaps, span=stack_size; stride=step_size |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
TSPNet/
├── i3d-features/
│ ├── span=8_stride=2
│ ├── span=12_stride=2
│ └── span=16_stride=2
├── data-bin/
│ └── phoenix2014T/
│ └── sp25000/
│
├── README.md
├── run-scripts/
└── test-scripts/
I want to extract i3d features on 3 different span (span = 8 _ stride= 2, span = 12_ stride = 2, span = 16 _ stride =2), how can I do this using your i3d feature extraction code. Can you please guide me?
Beta Was this translation helpful? Give feedback.
All reactions