ethanweber / nerfiller

NeRFiller project https://ethanweber.me/nerfiller/
Apache License 2.0
101 stars 3 forks source link

ns-launch command #2

Closed aiyb1314 closed 10 months ago

aiyb1314 commented 10 months ago

When I run the ns-launch command, I get a bash: ns-launch: command not found error, is it related to the version of nerfstudio?

ethanweber commented 10 months ago

Hey! You'll need to run pip install -e . for NeRFiller. The ns-launch command is defined in the pyproject.toml.

ethanweber commented 10 months ago

Did that help? You can see it defined here https://github.com/ethanweber/nerfiller/blob/c59164a0206b44b7ae8fc6b7033070a4dd558498/pyproject.toml#L47

aiyb1314 commented 10 months ago

It's been resolved. Thank you.