Lin Yihong

Results 12 comments of Lin Yihong

Hello, I have met the same error, have you figured it out?

> ![image](https://user-images.githubusercontent.com/24488797/170006165-1a298bbe-3c0f-4de2-aef4-b5502d978425.png) You can try my [code!](https://github.com/KudoKhang/Human-Parsing/blob/master/train.py) thanks for your reply! I'll try it later. : )

> https://github.com/XPixelGroup/BasicSR You can train styleGAN2 256x256 in this toolbox. thanks for your reply, but actually it is hard to achieve as it will take a long time for traing,...

@yzbx thanks for your answer! I try the method you provided, and it work perfectly. (additionally, the line should be added below line 416)

@NahidEbrahimian In the utils/vis.py.

I have the same problem.

As I directly run command ``` bash CUDA_VISIBLE_DEVICES=0,1 \ python3 run_nerf_batch.py \ --config configs/canonical_transformer.txt \ --view_num 3 \ --data_root ./data/THuman/nerf_data_/results_gyx_20181013_hyd_1_M \ --expname THuman_3_view ``` the error occurs ```bash File "~/projects/MPS-NeRF/lib/skinnning_batch.py",...

thanks for your reply, i will try it later

I have the same question. is there any off-the-shelf method to fit SMPL-X from a 3D scan, or does it still require manual correction?

I have made the following changes: 1. Changed [this line](https://github.com/aigc3d/LHM/blob/b31e76aab0982e01c90bc9ebf8646c746c0ae97b/LHM/models/rendering/gs_renderer.py#L794) to `gender="male"`. 2. Removed parameters with the key `render.smplx_model` from the checkpoint to force recomputation of all registered buffers in...