FlexiCubes
FlexiCubes copied to clipboard
issues during implementation
Hi dear @frankshen07 hope you will be in good health.
i tried my best to employ this amazing project but stuck in one step as you can see the following error
(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
i tried with different version of kaolin=0.13.0 but not a able to tacke this issue. I use window 10 with RTXGEFORCE. another question is that can we use this for single view reconstruction purpose. Is it possible or not.
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.
Re. single-view reconstruction, our code only supports multi-view reconstruction.
@frankshen07 Thanks for your response. as you mentioned that there is no depend on Koalin.
i used the optimization.ipynb for implementation, when I run cell 6, errors are occured which is related to nvdiffrast as you can know that you import nvdiffrast in render.py like
import nvdiffrast.torch as dr
Here is the attached file for your evaluation.
I also tried to run in prompt according to given instruction but same error as arise in the optimization.ipynb
(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 90, in