hmr2.0
hmr2.0 copied to clipboard
End-to-end Recovery of Human Shape and Pose with tensorflow 2.0
after I ran "python model.py > train.txt 2>&1 &!" I got this traceback: is that caused by keras or numpy version? building model... Traceback (most recent call last): File "model.py",...
I tried to install according to your instruction as follows: ``` pip3 install --upgrade --user virtualenv pip3 install --upgrade --user virtualenvwrapper (in .bashrc) export WORKON_HOME=$HOME/.virtualenvs source $HOME/.local/bin/virtualenvwrapper.sh ``` But the...
Hello, is it easy to plug my own 3d object and use that to display in inference outputs? Do I have to retrain the model?
when i tried Convert datasets into TF Record format, see datasets_preprocessing/README.md, the page was 404 not found. Can somebody help me to solve this problem?
Hi, your work really interrested me for my Bachelor work, but while I was trying to launch it this error apears : ```bash Dimensions must be equal, but are 59...
Hello,your project really interested me,and thank you for you work.But I have a question that I have successfully executed the demo.py,but I just got different result about the picture of...
The model outputs the joints in a 19-joint format as per COCO. However, I need the 24 joint SMPL format. How do I convert between these two?
when I execute `python model.py > train.txt 2>&1 &!` to run training, why it does not begin training, but appear as follow: I have got the tfrecords for datasets, I...
I want to train HMR2.0,but I find that the 2D datasets link is not available,did someone install the datasets?
I want to ask what toos do you use to render the pictres,I am running demo.py on a cloud server,and it dose not have GUI,so when the code run to...