We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug In notebook:
data = PyntCloud.from_file(ply_path) raw_cloud = data.plot(return_scene = True, backend="pythreejs")
It returns render scene filled with selected color (black is default).
Jupyter logs:
[W 16:07:57.148 NotebookApp] 404 GET /static/notebook/js/main.min.js.map (93.92.200.162) 2.42ms referer=None
In browser console:
Error: request failed with status 404 URL: http://server:port/static/notebook/js/main.min.js?v=68936091b7b2dafbb368b29294028b02
With backend="threejs" same problem, but no render scene is shown.
Expected behavior Render scene with colored point cloud.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
I think I have the same issue.
Sorry, something went wrong.
I also have the same problem. It was working well until I set up another environment.
No branches or pull requests
Describe the bug
In notebook:
It returns render scene filled with selected color (black is default).
Jupyter logs:
In browser console:
With backend="threejs" same problem, but no render scene is shown.
Expected behavior
Render scene with colored point cloud.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: