open-mmlab / mmaction2

OpenMMLab's Next Generation Video Understanding Toolbox and Benchmark
https://mmaction2.readthedocs.io
Apache License 2.0
4.04k stars 1.2k forks source link

[Feature] #2790

Open roykev opened 4 months ago

roykev commented 4 months ago

What is the problem this feature will solve?

I wish to detect actions with the "inference_recognizer" function on part of the video. I wonder how to call a vector of frames instead of the file path

What is the feature?

allow inference_recognizer to receive nparray, TF or cv2.cap

What alternatives have you considered?

No response