Closed mathigatti closed 4 years ago
I love that there's a colab option, but it unfortunately doesn't seem to work... so far, what I've fixed:
import sys sys.path.append('/content/Pixel2Mesh') sys.path.append('/content/Pixel2Mesh/p2m') sys.path.append('/content/Pixel2Mesh/external') sys.path.append('/content/Pixel2Mesh/GenerateData')
to the final cellI just made a simple copy of the notebook and ran down from the top.
I setted up this project (and pixel2mesh++) into google colab so people can try it without the need of a computer with a CUDA enabled GPU or the hassle of installing all the requirements by themselves. Hope it's helpful :)