nywang16 / Pixel2Mesh

Pixel2Mesh: Generating 3D Mesh Models from Single RGB Images. In ECCV2018.

Home Page:http://openaccess.thecvf.com/content_ECCV_2018/papers/Nanyang_Wang_Pixel2Mesh_Generating_3D_ECCV_2018_paper.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error running Pixel2Mesh in Google Colab: "python2: command not found"

magdapietruch opened this issue · comments

I am trying to run the Pixel2Mesh model in Google Colab to generate 3D meshes from 2D images. However, when I try to run the code in the "Running it" section of the Pixel2Mesh repository, I encounter an error message that says "/bin/bash: python2: command not found". I have tried to troubleshoot the issue by checking the runtime type, installing the required dependencies, and using a fresh runtime, but the error persists.

Can you provide any guidance or advice on how I can successfully run the Pixel2Mesh code in Google Colab? Is there any additional troubleshooting that I should try, or any other resources or support that you can offer?

Thank you for your help.

It looks like python2 is no longer supported on Google Cloud: https://cloud.google.com/python/docs/python2-sunset

In addition to python2, there seems to be a number of other packages that are a bit outdated in the Colab notebook as well. It would be great if the maintainers of the repo could post an updated notebook with more recent version of various packages...but I know that's a lot of work...