-
Notifications
You must be signed in to change notification settings - Fork 230
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
Uncaught RuntimeError: memory access out of bounds #407
Comments
Tested your splat at my end, and indeed getting the same error. |
I can also reproduce the bug on my end, so I'll spend some time looking into it. For now you can set the Viewer option |
Hey @mkkellogg , setting
but it works if we're loading a single splat only like so:
I can reproduce the issue in v0.4.5 and v0.4.6. Should I open up a new issue for this? It might somewhat be related to #408 though. |
@miranbrajsalate What kind of files are you trying to load? When I load multiple |
Hey @mkkellogg , sorry for the late reply, I've missed the email notification for some reason. The I was testing with both |
@miranbrajsalate Glad to hear you got it figured out :) As for the memory access out of bounds issues, I have a fix in the dev branch, can you see if it works for you? |
Hey @mkkellogg , I've tested the |
Hi @mkkellogg, hope you're doing well 🤞
I've stumbled upon an issue where one of the splats I'm using cannot be loaded using the
Viewer
class. The simplest repro steps are to spin up the viewer demo, select the.ply
file and selectView
. The viewer's spinner enters the "Processing" mode and stays there forever.The console itself displays the following message:
So this seems to break somewhere in the
src\worker\sorter.cpp
file. The commit which started breaking the ability to load the splat is64e9826db08f4ba9a80586dce9eb7d596ce96ac8
(previous commits can load the splat), but I'm really not that well versed in the viewer's code to make adjustments. Also, what I've noticed is that the previous commits which loaded the splat, loaded it way too small (the exact scale is around 10-20 times larger).Would you be able to take a look please? It'd be greatly appreciated.
I'm also attaching the splat file for reference.
splat.zip
The text was updated successfully, but these errors were encountered: