caiyongqi

Results 19 comments of caiyongqi

我的系统是unbutu18.04,在第七章BA优化时代码报错double free or corruption (out),找到这儿来后发现CMakeList.txt中并没有march=native,但是加上后可以正常运行。[并不知道原因,花了很长时间才解决,所以在这记录一下,希望能帮到有类似情况的人]

> Hi, sorry for my late reply. Here's a quick how-to in case you need it urgently. To get the vtransf, we modified the smplx package a bit: in [lbs.py](https://github.com/vchoutas/smplx/blob/cfa54f8135ca6cb8b3588c2d893a4df7a94032ed/smplx/lbs.py),...

Hi, I have a new issue. Is the vtranf calculated from the input position map (without SMPL shape parameters) or from the query position map (with SMPL shape parameter)? They...

print(45 in uv_mask_faceid) -> False

> Reference perspective camera

> What is your training command `python -m torch.distributed.launch --nproc_per_node=2 train_net.py --cfg_file configs/zju_mocap_exp/latent_xyzc_377.yaml exp_name xyzc_377 resume False gpus "0, 1" distributed True white_bkgd True` And I only use one frame...

> Hi, I try to unzip the`merged_CLOTH3D.zip` after running the `cat CLOTH3D.z* > merged_CLOTH3D.zip`, it raises the following error: > > ``` > $ unzip merged_CLOTH3D.zip > Archive: merged_CLOTH3D.zip >...

I think the setting of the results given by the authors in the paper is to select the 3 nearest views. Fine-tuning is performed on 16 training views. what do...

> Just pushed a fix on Kaolin, let me know if that resolve the issue. Hi, I tested this function and now its input and output data are on the...

But the ICON would get stuck, I'm not sure if this is caused by kaolin, I'm checking. ![image](https://user-images.githubusercontent.com/47025383/179366159-439f7f2a-75a6-4666-83b5-e5eb647774de.png) **gpu 1:** ![image](https://user-images.githubusercontent.com/47025383/179365473-afef095f-b6dc-4b25-8cae-269c7629daf1.png) ![image](https://user-images.githubusercontent.com/47025383/179365487-5cb81e7e-c874-4185-83ee-c656fdf6dc01.png) **gpu 0:** It's normal. ![image](https://user-images.githubusercontent.com/47025383/179365623-5c063b80-7899-4eaf-a896-c9b2481bd770.png)