antoine77340 / video_feature_extractor

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

Features translation #13

Closed Tortoise17 closed 3 years ago

Tortoise17 commented 3 years ago

Dear friend

I have to ask questions: 1) Is it possible to translate the features values and scores to the classes as output json? 2) Is it possible to catch these features at or with timestamps?

Please guide and help if this is possible.

antoine77340 commented 3 years ago

Hi!

I have implemented neither 1 nor 2 but I believe it should be quite straightforward to add these features to the code now.

Especially for 1, do you mean that you want the classifier label scores? if yes you can change the backbone and use one which outputs scores instead of features.

For 2: Because the features are densely extracted at a fixed fps, it should be also easy to get the timestamp for each feature.