point-e icon indicating copy to clipboard operation
point-e copied to clipboard

Point cloud diffusion for 3D model synthesis

Results 88 point-e issues
Sort by recently updated
recently updated
newest added

I can't find a way of exporting the point cloud. If someone can explain, I will add the exporting to the notebook.

I'm getting really poor output from the PLY: Am I using `marching_cubes_mesh` incorrectly? ``` mesh = marching_cubes_mesh( pc=pc, model=model, batch_size=4096, grid_size=256, # increase to 128 for resolution used in evals...

I am trying to run the text2pointcloud on windows using VSC with the jupyter notebook. I am able to make it past the first box where torch is imported. Now...

im using text to point cloud and i get to the last step. And it shows 4 graphs with the model and 4 views. im on the below step and...

Adds a `devcontainer.json` file that lets you explore this repo seamlessly with GitHub Codespaces. Create a new codespace for this branch to test it out: https://github.com/codespaces/new?ref=add-devcontainer&repo=580865109 Learn more about dev...

When trying to get this working using the GPU on M1 with Both of these return `True` ``` print(torch.backends.mps.is_available()) print(torch.backends.mps.is_built()) ``` This also works ``` device = torch.device('mps') ``` All...

am using conda latest version i have cudatoolkit installed on my environment and when run the text 2point cloud it chooses my CPU instead of my GPU any solutions ?

when running the `text2pointcloud.ipynb` example I got the error: ``` TypeError Traceback (most recent call last) Cell In [8], line 6 4 # Produce a sample from the model. 5...

Not too sure how to pip install point-e. I saw pip install -e, but believe that is an editable install for the setup.py