Skip to content
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

problem about 404 and pytorch3d mem #18

Open
ZCWzy opened this issue Mar 6, 2025 · 0 comments
Open

problem about 404 and pytorch3d mem #18

ZCWzy opened this issue Mar 6, 2025 · 0 comments

Comments

@ZCWzy
Copy link

ZCWzy commented Mar 6, 2025

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

Image
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:

This prompt can be ignored.

When you see

╭──────────────── viser ────────────────╮
│             ╷                         │
│   HTTP      │ http://127.0.0.1:8026   │
│   Websocket │ ws://127.0.0.1:8026     │
│             ╵                         │
╰───────────────────────────────────────╯

, it indicates that the program has successfully executed, click this link to view the generated point cloud.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant