EdwardSmith1884 / GEOMetrics

Repo for the paper "GEOMetrics: Exploiting Geometric Structure for Graph-Encoded Objects"
MIT License
117 stars 12 forks source link

Is there any piece of code that will save the results? #10

Closed Zhangsihao-Yang closed 4 years ago

Zhangsihao-Yang commented 4 years ago

By using your pre-trained weights, we could get the reconstructed mesh. And by setting "eval_vis" in GEOMetrics.py to be true, we could visualize the results. is there any way to save visualization of the generated mesh?

EdwardSmith1884 commented 4 years ago

use the function here

Zhangsihao-Yang commented 4 years ago

Sorry for not clarifying it. I mean do you provide any visualization code that could save the image of the rendered mesh.

EdwardSmith1884 commented 4 years ago

ah, no sorry I do not

Zhangsihao-Yang commented 4 years ago

Thanks!