gushengbo

Results 9 issues of gushengbo

how to use thuman2.0 dataset

I train humannerf with snap_shot, but produce empty image. Could you tell me how to train humannerf with snap_shot?

kaolin/csrc/ops/conversions/mesh_to_spc/mesh_to_spc_cuda.cu:21:10: fatal error: cub/device/device_scan.cuh: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~~~~~~~~

the smplx downloaded from thuman2 github can align with scans. but when I run test in thuman2, I get error. ![1678944207399](https://user-images.githubusercontent.com/122679046/225522448-14c3675c-be07-4e13-9319-4fdd9cc7649e.png) I want to know have you dealed with the...

when I run python -m apps.train -cfg ./configs/train/icon-filter.yaml -test on thuman2, I get error: ![0_nc](https://user-images.githubusercontent.com/122679046/217314771-69020d61-570c-45f2-9a92-10a64151c09b.png) but when I run on cape, that's right. ![120_nc](https://user-images.githubusercontent.com/122679046/217315048-9bd41731-4abb-4e3b-934d-831f8eaa1fa0.png)

```bash File "/home/shengbo/ICON-master/lib/common/seg3d_lossless.py", line 169, in _forward_faster occupancys = self.batch_eval(coords, **kwargs) File "/home/shengbo/ICON-master/lib/common/seg3d_lossless.py", line 138, in batch_eval occupancys = self.query_func(**kwargs, points=coords2D) File "/home/shengbo/ICON-master/lib/common/train_util.py", line 434, in query_func preds = netG.query(features=features,...

Initializing distributed: GLOBAL_RANK: 1, MEMBER: 2/2 [INFO] ---------------------------------------------------------------------------------------------------- distributed_backend=nccl All distributed processes registered. Starting with 2 processes ---------------------------------------------------------------------------------------------------- [INFO] LOCAL_RANK: 0 - CUDA_VISIBLE_DEVICES: [0,1] [INFO] LOCAL_RANK: 1 - CUDA_VISIBLE_DEVICES: [0,1]...

Is there any evaluation code?