MonocularTotalCapture icon indicating copy to clipboard operation
MonocularTotalCapture copied to clipboard

Run the model on remote machine

Open neel1998 opened this issue 5 years ago • 4 comments

Is there any progress since #11 to run the model on remote server? @xiangdonglai

neel1998 avatar Mar 24 '20 04:03 neel1998

What if you disable the whole OpenGL renderer on your remote machine? You can just save the meshes output as obj files and use other off-screen renderers to render the results.

xiangdonglai avatar Apr 27 '20 03:04 xiangdonglai

@xiangdonglai At which part of the code do I add the saving bit?

cbsudux avatar May 21 '20 14:05 cbsudux

@xiangdonglai At which part of the code do I add the saving bit?

After the fitting is done, for example after here: https://github.com/CMU-Perceptual-Computing-Lab/MonocularTotalCapture/blob/master/FitAdam/run_fitting.cpp#L589

Save the vertices and faces of mesh2 to an obj file.

xiangdonglai avatar May 21 '20 14:05 xiangdonglai

Okay thanks!
@xiangdonglai How do I disable the opengl renders? (what parts of the code do I comment out?)

cbsudux avatar May 21 '20 15:05 cbsudux