-
Notifications
You must be signed in to change notification settings - Fork 787
pip installing point-e / importing point-e #16
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
Comments
Try: |
Hey thanks managed to install that but I now receive the following error: ModuleNotFoundError: No module named 'point_e'. I tried import point_e and import point-e |
Perhaps it should be blatantly obvious, but it is not clear to me what to do after pip install . successfully completed? |
Same issue, what do i do after doing |
Hi guys, sorry for the delayed answer. After doing that I did. You only need to run the code as the author @unixpickle wrote it, you can follow this example: https://github.com/openai/point-e/blob/main/point_e/examples/image2pointcloud.ipynb In order to make it easier to you, here you have the complete code. Only paste and copy! :)
|
I am having trouble with this download. I am on the last portion and the input on #3 Model Prep This : print('downloading base checkpoint...') Is not working for me as it says NameError Traceback (most recent call last) NameError: name 'load_checkpoint' is not defined HOW DO I GET PAST THIS - its 2023 February can we still access this text to 2d model |
@Chantelley, looks like that function was imported in the second step detailed by @pedromartip, namely: from point_e.models.download import load_checkpoint You'll need to import all functions you plan on using before they'll be accessible. |
Just made my first 3D generated model of a red bike! Thanks ;) |
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
The text was updated successfully, but these errors were encountered: