antoine77340 / video_feature_extractor

Easy to use video deep features extractor
Apache License 2.0
303 stars 70 forks source link

same dimensional feature output for all input videos of different lengths #18

Open xcyquan opened 2 years ago

xcyquan commented 2 years ago

hi, I am trying to run the feature extractor for my video pre-processing.

I want to generate the same dimensional feature output for all input videos of different lengths, is there an easy way to do this?

Thank you!

Tereams commented 4 months ago

yes. i encounter the same question, and i guess we have to find a min length of the input videos and adjust the code a little bit