MonocularTotalCapture
MonocularTotalCapture copied to clipboard
Run the model on remote machine
Is there any progress since #11 to run the model on remote server? @xiangdonglai
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 At which part of the code do I add the saving bit?
@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.
Okay thanks!
@xiangdonglai How do I disable the opengl renders? (what parts of the code do I comment out?)