sphereHand
sphereHand copied to clipboard
This project corresponds to __Self-supervised 3D hand pose estimation through training by fitting__, which is accepted in CVPR 2019.
Results
2
sphereHand issues
Sort by
recently updated
recently updated
newest added
I noted that orthographic projection is used in rendering, do you know how to implement the rendering process under Perspective projection? thanks~
Hi Wan, Thanks for your great work. I am running your code with command `python3 network/run_engine.py --initial_model ./pretrained/synthetic.pth --mode Train --model_dir ./output --tag self-supervised --lr 0.0001` I've noticed this triggers...