-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hello:
I tried registering the nerfstudio-method-template with my implementation of Nerfstudio. I did this by cloning the repo then following the commands listed in the README:
conda activate nerfstudio cd nerfstudio-method-template/ pip install -e . ns-install-cli
If it is necessary to know, nerfstudio-method-template is a sibling directory of nerfstudio, rather than being a child directory.
When I tried running my own dataset with the method template (which I believe is just Nerfacto by default) through the following:
ns-train method-template --data Planes
It gives this strange dataset, which is not mine and that I don't recognize:
And now, even stranger, when I try to run nerfacto on my dataset (which was previously working fine), through:
ns-train method-template --data Planes
It's the same dataset! I don't know how to change it back, either.
Could someone help explain what is happening?