xjchao7
xjchao7
> Thanks for your great work! Could you release the code and method that make The Contact Synthetic Dataset. I want to make richer motion, because I found the pretrain-model...
> The script texture_mesh_prepare.py outputs the inputs of texture_mesh_extract needed. When I utilize the script texture_mesh_extract .py on my own data, I met a error at frame as follow: ...
> I add "import os, os.environ['PYOPENGL_PLATFORM'] = 'egl'", but it still cannot work! > > Traceback (most recent call last): File "/home/lyq/mesh_to_sdf-master/train.py", line 19, in viewer = pyrender.Viewer(scene, use_raymond_lighting=True, point_size=2)...