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

How to reduce the load time? #100

Open
Linkersem opened this issue Dec 18, 2024 · 2 comments
Open

How to reduce the load time? #100

Linkersem opened this issue Dec 18, 2024 · 2 comments

Comments

@Linkersem
Copy link

@ameuleman Hello, when I load the trained model, the waiting time seems a bit too long, especially when my model is relatively large. So I would like to ask if there is any way to reduce the waiting time, such as loading the model once and rendering the screen at the same time?

Thx for your reply!!

@ameuleman
Copy link
Collaborator

Hi, we load and parse the hierarchies fully before initiating rendering. We do not propose a method to load while rendering. To achieve this, we could split the hierarchy files into several files handling different areas with different levels of detail and load only the relevant ones based on the camera location.

@Linkersem
Copy link
Author

Thx for your reply again!
I would like to ask, will this method you mentioned be updated in a later version? If not, could you please explain it in more detail?

I've recently been trying to convert the ply file trained by Origin 3DGS into a .hier file (by simply building a hierarchy of ply files, then post-optimization, and then merging) but I found this quality to be very poor, I notice that you will update this feature in a subsequent version, can I ask when it will be updated?

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

2 participants