FlexiCubes
FlexiCubes copied to clipboard
some issues during implementation.
when i want to run the program show the following error, anyone who has experienced in this , I try my best and check the method in render.py as well.
Traceback (most recent call last):
File "C:\Users\admin\FlexiCubes-main\examples\optimize.py", line 88, in
use previous commit #10
dear I have tried with kaolin-0.13.0 as well but the same error
@SophusDavid
Requirement already satisfied: MarkupSafe>=2.0 in c:\users\admin\anaconda3\envs\flexicube\lib\site-packages (from Jinja2>=3.0->flask==2.0.3->kaolin==0.13.0) (2.1.4)
(flexicube) C:\Users\admin\FlexiCubes\examples>python optimize.py --ref_mesh data/inputmodels/block.obj --out_dir out/block
Traceback (most recent call last):
File "C:\Users\admin\FlexiCubes\examples\optimize.py", line 88, in
can you tell me what will be the solution
Apologies for the issues caused by the Kaolin merge. I've added back the previous functions we used to produce the paper's results, which do not depend on Kaolin. The error should be resolved now with the latest commit.