You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
╭─ 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 │
╰────────────────────────────────────────────────────────────────╯
The text was updated successfully, but these errors were encountered: