-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issues during implementation #13
Comments
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 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 |
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
mv, mvp = render.get_random_camera_batch(FLAGS.batch, iter_res=FLAGS.train_res, device=device)
ValueError: too many values to unpack (expected 2)
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.
The text was updated successfully, but these errors were encountered: