NguyenTriTrinh

Results 6 comments of NguyenTriTrinh

You can refer to NVlabs/SPADE#4

Since there is little difference between the kaolin v0.1 and upper versions, i solved it by comment ` # inference_mesh = kaolin.rep.TriangleMesh.from_tensors(unposed_smpl[0], torch.LongTensor(self.smpl_faces).cuda()) ` ` # inference_lowerbody = kaolin.ops.mesh.index_vertices_by_faces(Astar_smpl, torch.LongTensor(self.smpl_faces).cuda())`...

After I removed the --fp16, this issue disappeared.

@lizhe00 could you please verify if the calibration_full.json file is missing for the subject 'avatarrex_zzr'?

> > @lizhe00 could you please verify if the calibration_full.json file is missing for the subject 'avatarrex_zzr'? > > Which file have you downloaded? Dataset (https://github.com/lizhe00/AnimatableGaussians/blob/master/AVATARREX_DATASET.md) or preprocessed files (https://github.com/lizhe00/AnimatableGaussians/blob/master/PREPROCESSED_DATASET.md)?...

Specifying one GPU like "export CUDA_VISIBLE_DEVICES=0" works for me