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

Parsing error from ns-train for garfield-gauss #35

Open
ChaerinMin opened this issue Jun 21, 2024 · 2 comments
Open

Parsing error from ns-train for garfield-gauss #35

ChaerinMin opened this issue Jun 21, 2024 · 2 comments

Comments

@ChaerinMin
Copy link

Thank you for your great work!
I trained a garfield by ns-train, and it was successful.
Then, I tried running the garfield-gauss, but it seems the ns-train does not have garfield-gauss. The checkpoint path is correct.
I had installed the main branch of nerfstudio, so I have no idea how to fix this😭

image

@Annkyotou
Copy link

Annkyotou commented Aug 6, 2024

Same problem, it seems to say I can't use 'garfield' or 'garfield-gauss' module.

@chungmin99
Copy link
Owner

Hmm, the entry-points in pyproject.toml is in charge of registering third-party methods to nerfstudio -- garfield and garfield-gauss will not show up if you don't install the package.

garfield/pyproject.toml

Lines 20 to 22 in 7eea54f

[project.entry-points.'nerfstudio.method_configs']
garfield = 'garfield.garfield_config:garfield_method'
garfield_gauss = 'garfield.garfield_config:garfield_gauss_method'

Re; garfield-gauss not showing up (while garfield) -- this is super weird, does re-installing it help at all?

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

3 participants