I am interested in a certain demo for OpenVino which is the smart classroom link:https://github.com/opencv/open_model_zoo/tree/master/demos/smart_classroom_demo
But I only want the function of detecting raised hands hence I see that it provided the pre trained model here : https://download.01.org/opencv/2019/open_model_zoo/R1/20190404_140900_models_bin/person-detection-raisinghand-recognition-0001/FP16/
My Question is how can I utilize the pre trained models?
I have basic understanding of OpenCV for both in Python and C++ so if anyone could actually lead me to articles that explain steps by steps on how to use this model, it would be very helpful.