robert1003
robert1003
How do you think @kernc? If you think it is inappropriate I will withdraw it, thanks.
@frankxu2004 @shuyanzhou the new image is here: https://drive.google.com/drive/folders/1lboUgbt_rUrS9DtHH8XX0onECJju8BBh?usp=sharing Four fix: 1. voting function is fixed for both comments and posts 2. new comments and posts will be sorted correctly (posts...
> I would love to help but would need something that's more easily reproducible. Thank you! The following is a repro snippet --- ``` mamba create \ --prefix $HOME/.conda/envs/test_uv2 \...
Thank you! The error message is: ``` Traceback (most recent call last): File "", line 1, in File "/home/robert1003/.conda/envs/test_uv2/lib/python3.11/site-packages/open3d/__init__.py", line 9, in from open3d.linux import * File "/home/robert1003/.conda/envs/test_uv2/lib/python3.11/site-packages/open3d/linux/__init__.py", line 7,...
Another weird thing I observe is that this is not reproducible on all machine for me, which make me suspect that there might be some kind of race condition? I...
the version is 0.18.0: ```bash ❯ pip list | grep open3d pip is now uv; running uv pip... open3d 0.18.0 open3d-python 0.3.0.0 ❯ which python3 /home/robert1003/.conda/envs/test_uv2/bin/python3 ❯ python3 -c 'import...
Thank you for figuring this out! It appears that `smplx[all]` is the one pulling in `open3d-python`. I just removed that and it works. Thank you for your help!
Also, a follow up question: the default config uses `H_cycles: 2` and `L_cycles: 2` https://github.com/sapientinc/HRM/blob/4047578a02e5deba975c38a1f32392547e66c071/config/arch/hrm_v1.yaml#L9-L10 which is probably insufficient for $z_H$ to be close to $z_H^*$ (fix point of $f_H$)....
@narvind2003 not sure if I agree with you on this paragraph > This implementation detail also directly answers your follow-up question, @robert1003. The effective computational depth for a single, difficult...