Thomas Paul

Results 18 comments of Thomas Paul

> This is a cool repo, but Matlab is beyond the reach of most users. Is it possible to develop a Python 3.7 implementation? Thanks much. If authors permit, let's...

Please see the issue #61

Hi @gunshi, It has been a long time since I have open this issue- Let me try to get the code and get back to you. Thanks, Thomas.

Hi @gunshi, I apologize for the late reply. I have tried to debug this issue and could not find a solution. The code for the first method can be found...

related https://github.com/yerfor/GeneFacePlusPlus/issues/169#issue-2237308523

Try the following. It worked for me. ``` # update the path and hugging face API key export WORKSPACE_DIR=/your/workspace/dir export LD_LIBRARY_PATH=/usr/local/cuda/lib64/ cd $WORKSPACE_DIR/repos git clone https://github.com/OpenTexture/Paint3D.git cd $WORKSPACE_DIR/repos/Paint3D/ conda create...

I'm facing a similar issue. Not sure why though. Let me know if you solve this.

maybe related - https://github.com/NVlabs/nvdiffrast/issues/58

see this - https://github.com/3DTopia/LGM/issues/38 solves by adding `--force_cuda_rast`. Example - `python convert.py tiny --test_path workspace_test/catstatue_rgba.ply --force_cuda_rast`