davidvgilmore commited on
Commit
a95499b
·
verified ·
1 Parent(s): 4488a31

Upload hy3dgen/texgen/differentiable_renderer/compile_mesh_painter.sh with huggingface_hub

Browse files
hy3dgen/texgen/differentiable_renderer/compile_mesh_painter.sh ADDED
@@ -0,0 +1 @@
 
 
1
+ c++ -O3 -Wall -shared -std=c++11 -fPIC `python3 -m pybind11 --includes` mesh_processor.cpp -o mesh_processor`python3-config --extension-suffix`