multishot
multishot copied to clipboard
Repository for the paper "Human Mesh Recovery from Multiple Shots"
In fact, it's April 2024, so I think the version has changed rapidly in the meantime. First, the first problem I faced was trying to install opencv of _requirements.txt_ in...
I have completed the render_fittings.py. However, the mesh reconstruction for all the input frames are not done. For example, if I had a video with 1000 image frames as input,...
Hi,your demo need python 3.7,but PHALP use python 3.10. I use python 3.8, it can not run. Could you help me?
I am trying to run regression demo on a video. PHALP repo outputs a pickle file, not npz. And it doesn't have fields like 'valid' required for the demo. Can...
Hi thanks for the nice work! I am really interested in this work and trying to reproduce the result from the scratch. How long will it take on my 4...
Why is the following preprocessing step required in your work? https://github.com/geopavlakos/multishot/blob/364e7514693bac6816712ef7405ea9cf8e2a356f/regression/datasets/pose_dataset.py#L139-L142 Thanks!
I am trying to run the training code. But FileNotFoundError appears saying that the file 'mshot_data/regression_data/extras/h36m_train.npz' file doesn't exist. I think this file should be downloaded together when downloading the...
The parser argument "tracklet_id" is set as 1 in default. When I used it like this, in scenes where there are two people, only one person had its mesh reconstructed....
In the file /optimization/process_phalp.py, In line, 130 there is a variable "mask_id", first appearing in the code. Then, it is used again in line 132. However, when it is first...