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

Initialize model from the start #35

Closed
skywolf829 opened this issue Feb 15, 2024 · 1 comment
Closed

Initialize model from the start #35

skywolf829 opened this issue Feb 15, 2024 · 1 comment
Assignees
Labels
Backend Server related work Frontend GUI or user-interaction Low Priority Not necessary but nice

Comments

@skywolf829
Copy link
Owner

Currently, the model isn't initialized until a dataset is initialized. By default, the model should do the random blob initialization that it currently does for NeRF synthetic data as soon as the server is started. If a SfM dataset is loaded, the UI should ask if the user would like to load the SfM points.

@skywolf829 skywolf829 added Low Priority Not necessary but nice Frontend GUI or user-interaction Backend Server related work labels Feb 15, 2024
@skywolf829 skywolf829 self-assigned this Feb 15, 2024
@skywolf829
Copy link
Owner Author

Adjusted model loading code to initialize the model to the random blobs it uses for Nerf synthetic training.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend Server related work Frontend GUI or user-interaction Low Priority Not necessary but nice
Projects
None yet
Development

No branches or pull requests

1 participant