antoine77340 / video_feature_extractor

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

please advice on the feature #21

Closed serenaroseaini closed 1 year ago

serenaroseaini commented 1 year ago

Please advise on the feature extracted. I got (x,2048) and I pad them with the same length. To run classification, do I need to change the dimension by adding channel? eg (x,2048,1)? or it doesn't necessary anymore. (I'm still learning on this)