snowmintowo
snowmintowo
I want to use this model to do inference with my own photo (just inference to get a prediction, no need to calculate accuracy), I've tried to modify `test.py` and...
I set up all environment then try to execute the command . ./train_uspec.sh show the error below: ``` conditioned-u-net/code$ . ./train_uspec.sh INFO - unet - Running command 'main' INFO -...
I have managed to transform the body pose coordinates to the SMPL (.ply) file using the codes you provided in the repo. However, I wasn’t able to apply my customized...
I am looking for a way to turn 3D pose key points (x, y, z) into an SMPL model. My work is to generate the 3D key points, but now...