Skip to content
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

Run the model on remote machine #39

Open
neel1998 opened this issue Mar 24, 2020 · 4 comments
Open

Run the model on remote machine #39

neel1998 opened this issue Mar 24, 2020 · 4 comments

Comments

@neel1998
Copy link

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

@xiangdonglai
Copy link
Collaborator

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.

@cbsudux
Copy link

cbsudux commented May 21, 2020

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

@xiangdonglai
Copy link
Collaborator

@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.

@cbsudux
Copy link

cbsudux commented May 21, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants