chungmin99 / garfield

[CVPR'24] Group Anything with Radiance Fields
https://www.garfield.studio/
MIT License
389 stars 31 forks source link

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

Open ChaerinMin opened 5 months ago

ChaerinMin commented 5 months ago

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 commented 3 months ago

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

chungmin99 commented 1 month ago

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.

https://github.com/chungmin99/garfield/blob/7eea54fee8a3c8d97d95a1abe6b7cc3e91b9e484/pyproject.toml#L20-L22

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