ShirleyMaxx/VirtualMarker

Cannot install with setup.py in Window Anaconda

Closed this issue · 3 comments

Hello, I have an error when I install setup.py in window (Anaconda).

And also I have another two questions.
-Do you have google colab for this code?
-This model can output 3D obj ?

image

Thanks.

in line 19, add encoding "utf-8" param.

Do you have google colab for this code?

Sorry for that, we do not provide the google colab at this time.

This model can output 3D obj ?

Yes! We have a function that could save a 3D obj file defined as save_obj in virtualmarker/utils/funcs_utils.py. The usage can be referred to here. Or you can set cfg.test.save_obj as True when evaluating the models, and the .obj file will be saved in the experimental folder.

Thank you !