You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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...
I couldn't run the code in Collab. I tried to download the code and install the required modules, but it still gave me a lot of errors related to the modules not being installed, being out of date, or something wrong here and there.
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.
The text was updated successfully, but these errors were encountered: