Closed AmitMY closed 4 years ago
Hello, as you mentioned, the code-base can understand and parse hands and faces coming from the OpenPose 2D pose estimator ( like the illustration you posted ) however as you have also said and noticed the provided pretrained models in this repository only cover the body..! ( the BVH output has the required joints for face and fingers in order to be future-proof but they are currently not populated in this repository ) .. Unfortunately the next version of MocapNET that will address these parts of the body has not yet been published and so the code provided in this repository only covers what is part of the BMVC 2019 work.. I actually have pretrained models for what you are asking :) but I will only be able to publish them to this repository after first publishing the revised-method in a conference.. Sorry about that, I am just a PhD student and this is how the academic publishing scheme works..! :( Hopefully in a few months they may be available..!
The pre-trained models for the body are an ensemble of simple 4 layer dense neural networks that use SeLU activations and their input is formed using the NSDM structure. The method and models you see in this repository are thoroughly described in the paper.
Could you please document your pre-trained models, specifically, what they are expecting to get as an input?
I'm looking for a model that can minimally do body and hands, which I did see in your video:
But also for a model that can do body+hands+face. Do you have something pretrained like that?