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

Any way to get RingNet run on Colab? #36

Open
xamxixixo opened this issue Apr 15, 2020 · 6 comments
Open

Any way to get RingNet run on Colab? #36

xamxixixo opened this issue Apr 15, 2020 · 6 comments

Comments

@xamxixixo
Copy link

Hello, since my computer does not support CUDA 9, so I installed it on Google Colab. But Colab does not support virtualenv, and RingNet requires virtualenv to use Mesh.

Any way to get RingNet run on Colab?
Thank you.

@soubhiksanyal
Copy link
Owner

I have never tried to run it on Colab. But theoretically it should be possible. We use psbody.mesh to save the mesh obj files. You can use any other mesh packages like trimesh or something else to do so which might be compatible with colab.

@Sarmyt
Copy link

Sarmyt commented Dec 31, 2020

@xamxixixo Hi, I am also interested in running RingNet on Colab. Were you able to make it work?

@Fsajjad99
Copy link

@Sarmyt I was able to make it work. Now the inference code given here works perfectly fine on colab. If you have specific question let me know, I may be of help.
@xamxixixo I skipped the virtual env part because colab notebook essentially makes a VM for current session so I didnt think it was necessary to make a virtual env. Apart from that, install tensorflow==1.12.0 alongwith tensorflow-gpu==1.12.0
Also the mesh package in the fork: https://github.com/TimoBolkart/mesh
worked for me.

@anhminh3105
Copy link

@Fsajjad99 do you mind sharing the colab notebook? I'm having problems installing the environment for Python 2.7 there

@Fsajjad99
Copy link

Fsajjad99 commented May 29, 2023 via email

@FlorianWeiser
Copy link

Hey @Fsajjad99, I'm interested in the notebook as well. Would you mind sharing the link to Colab or mailing it to me?

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

6 participants