MoveNet Multipose Tracking on OpenVINO
MoveNet Multipose Tracking on OpenVINO Running Google MoveNet Multipose models on OpenVINO. A convolutional neural network model that runs on RGB images and predicts human jointlocations of several persons (6 max). WIP: currently only working on CPU (not on GPU nor MYRIAD) Full video demo here. For MoveNet Single Pose, please visit : openvino_movenet Install You need OpenVINO (tested on 2021.4) and OpenCV installed on your computer and to clone/download this repository. Run Usage: > python3 MovenetMPOpenvino.py -h usage: MovenetMPOpenvino.py […]
Read more