una-dinosauria/human-motion-prediction

Inference on a video/webcam

babdulhakim2 opened this issue · 2 comments

Is it possible to parse video from file or IP camera using OpenCV and then get a prediction of the motion.
I want to be able to classify an action in a video.
Sorry, i'm new to computer vision. Thank you

Hi @babdulhakim2,

I am not sure what you mean by parsing in this context. Our code works with mocap data currently -- it could be extended to handle an online mocap system, but I don't think that would be trivial.

I recommend you go to http://openaccess.thecvf.com/ECCV2018.py and search for papers on action recognition/classification for pointers on your problem.

Cheers,

Thank you for the feedback. will sure read more