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 encountered these issues during code execution, but I resolved them. I'm submitting this issue to help others avoid encountering the same pitfalls.
pip install "git+https://github.com/facebookresearch/pytorch3d.git@stable"
This step may consume a significant amount of memory, and 32GB seems insufficient. In practice, it appears that simply running conda install pytorch3d works.
After running the demo, you might see the
and
EOFError: stream ends after 0 bytes, before end of line
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/zcwzy/anaconda3/envs/fast3r/lib/python3.11/site-packages/websockets/server.py", line 545, in parse
request = yield from Request.parse(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/zcwzy/anaconda3/envs/fast3r/lib/python3.11/site-packages/websockets/http11.py", line 140, in parse
raise EOFError("connection closed while reading HTTP request line") from exc
EOFError: connection closed while reading HTTP request line
The above exception was the direct cause of the following exception:
I encountered these issues during code execution, but I resolved them. I'm submitting this issue to help others avoid encountering the same pitfalls.
pip install "git+https://github.com/facebookresearch/pytorch3d.git@stable"
This step may consume a significant amount of memory, and 32GB seems insufficient. In practice, it appears that simply running
conda install pytorch3d
works.After running the demo, you might see the
and
This prompt can be ignored.
When you see
, it indicates that the program has successfully executed, click this link to view the generated point cloud.
The text was updated successfully, but these errors were encountered: