-
Hello when I run the following command
```
python run_trigrid_gen.py \
--network=./models/model_512.pkl \
--inversion_name=final_inversion
```
I get these errors:
```
Loading networks…
-
widgets/exercisor/model_cfg.py
model_dir = os.path.join(
os.path.dirname(os.path.abspath(__file__)), "pretrained_models_data"
)
pretrained_path = os.path.join(model_dir, "model.ckpt-667589")…
-
Hello, thank you for your great work!!!
I have two questions:
Which SMPL-X model do you use and
where can i find your requirements.txt file? since i have an Error that no such file while running …
-
there are 5 checkpoints in the project, that are loaded by an absolute path:
[this](https://github.com/yw0208/W-HMR/blob/a83d55f24e2c4844bf97b11ff179f02b3aca2bcf/models/pose_vit.py#L21
) vitpose c…
-
I get the message
WARNING: You are using a SMPL model, with only 10 shape coefficients.
How do I use a more complex model such as SMPL-X, which does a better job on hands and feet?
Thanks
Chr…
-
Hello Maria,
Thanks for your great work! It's very impressive.
I have a question about the mapping mesh vertices and sewing pattern. I'm quite new in this field, so not sure whether this is a st…
-
Thanks for your great job.
I can't get good body model in using `bash run-neuman-demo.sh`.
I got obscure images in InstantAvatar/outputs/neuman/baseline/seattle/animation/progression when perfor…
-
Hello! Thanks for your amazing work! Im interested in applying this code to the smplx model, so, can you give any recommendations? or do you have such plans, or have you had some difficulties?
-
Hello,
Thanks for making the awesome theme.
As you can see, the lines on my post occupy just half of the page, which looks very narrow.
Is there any setting to let the post make full use of th…
-
本人用Pytorch复刻了一版,也增加了valid过程,结果发现,FID_k最好的是第21个epoch,为101,后面越训练,FID_k的值越大,波动比较大,也不知道什么原因。 loss值降到0.0002左右,基本就不收敛了,FID_k的值能达到7000多, FID_g的值25左右。
使用原作者tensorflow原代码,从头开始训练,loss值降到0.0001后,基本就不收敛了,FID_k的值…