denseReg
denseReg copied to clipboard
3D hand pose estimation via dense regression
Hi, The download link in the script seems not working ant more, when I run the script, I got the following errors: `downloading the pretrained model(566M)... --2021-03-01 15:21:48-- https://polybox.ethz.ch/index.php/s/B2W1ngyUAitsv2e/download Resolving...
`python model/hourglass_um_crop_tiny.py --dataset 'msra' --pid 0 --batch_size 3 --num_stack 2 --num_fea 128 --debug_level 2 --is_train False ` ``` finally into the long long training loop Traceback (most recent call last):...
Can be this method used to estimate 3D human pose? please. @melonwan
hello!Thank you for your generous sharing!There is some wrong when I train the NYU dataset.How to solve it? AttributeError: 'FigureCanvasBase' object has no attribute 'tostring_argb' [[node pt_summary_1/Plot_1 (defined at D:\ProgramData\Anaconda3\envs\tfenv\lib\site-packages\tfplot\ops.py:114)...
When I run python data/icvl.py: it reports the error: > Traceback (most recent call last): > File "data/icvl.py", line 271, in > run_preprocess() > File "data/icvl.py", line 215, in run_preprocess...
Can I estimate 3D hand pose (uvd) in [ASL Finger Spelling Dataset](http://empslocal.ex.ac.uk/people/staff/np331/index.php?section=FingerSpellingDataset) using the pretrained models? Note that the resolution of the given depth images is different and there is...
Hi, I have tried the inference code in NYU dataset. However, I can't achieve "real-time" performance as mentioned in your paper. For batch size=1: frame rate is 12 For batch...
Hi, When run the script, the file info.txt can not been found. Can you give some more information on that? Thanks! `gpu_lock_path = '/tmp/lock-gpu*/info.txt'`
1. hourglass module should have symmetric structure which means it has three residual modules in at the most inner layer. ``` if n > 1: lower2 = _hourglass(lower1, n-1) else:...
I am wondering why data.preprocess.pose_sync not found in the data/preprocess.py file ?