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

Hello, thanks for Posting the code! I reported an error when running the code, is there a solution to this error? #3

Open
wangwang1125 opened this issue May 14, 2024 · 1 comment

Comments

@wangwang1125
Copy link

╭─ Unrecognized options ────────────────────────────────────────────────────────────────────────╮
│ Unrecognized options: --pipeline.datamanager.camera-optimizer.mode │
│ ───────────────────────────────────────────────────────────────────────────────────────────── │
│ Perhaps you meant: │
│ --pipeline.model.camera-optimizer.mode {off,SO3xR3,SE3} │
│ Pose optimization strategy to use. If enabled, we recommend SO3xR3. (default: SO3xR3) │
│ in ns-train kanerf --help │
│ in ns-train depth-nerfacto --help │
│ in ns-train nerfacto --help │
│ in ns-train nerfacto-big --help │
│ [...] │
│ ───────────────────────────────────────────────────────────────────────────────────────────── │
│ For full helptext, run ns-train kanerf --help │
╰───────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Unrecognized options ─────────────────────────────────────────╮
│ Unrecognized or misplaced options: --pipeline.model.num-layers │
│ ────────────────────────────────────────────────────────────── │
│ Perhaps you meant: │
│ --pipeline.model.num-layers INT │
│ (default: 1) │
│ in ns-train kanerf --help │
│ --pipeline.model.num-layers-color INT │
│ (default: 1) │
│ in ns-train kanerf --help │
│ --pipeline.model.sdf-field.num-layers INT │
│ Number of layers for geometric network (default: 8) │
│ in ns-train neus --help │
│ Number of layers for geometric network (default: 2) │
│ in ns-train neus-facto --help │
│ --pipeline.model.sdf-field.num-layers-color INT │
│ Number of layers for color network (default: 4) │
│ in ns-train neus --help │
│ Number of layers for color network (default: 2) │
│ in ns-train neus-facto --help │
│ ────────────────────────────────────────────────────────────── │
│ For full helptext, run ns-train nerfacto --help │
╰────────────────────────────────────────────────────────────────╯

@Tavish9
Copy link
Owner

Tavish9 commented May 15, 2024

Hi, @wangwang1125, This error is due to a version conflict. Please upgrade nerfstudio to 0.3.4, which is the recommended version in our pyproject.toml file. This should resolve the problem.

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

2 participants