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

How to run on waymo? #54

Open
zhou745 opened this issue Nov 13, 2024 · 2 comments
Open

How to run on waymo? #54

zhou745 opened this issue Nov 13, 2024 · 2 comments

Comments

@zhou745
Copy link

zhou745 commented Nov 13, 2024

I prepared wod data following the instructions. However, when I run:

python nerfstudio/scripts/train.py neurad wod

I get the following error:
Waymo dataparser has missing dependencies, please following installation instructions in README.md
╭─ Parsing error ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ Argument [{kittimot-data,nuscenes-data,argoverse2-data,zod-data,pandaset-data}]: invalid choice: 'wod' (choose from 'kittimot-data', 'nuscenes-data', 'argoverse2-data', 'zod-data', 'pandaset-data') │
│ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │
│ For full helptext, run train.py neurad --help │
╰───────────────────────────────────────────────────────────────

which suggest waymo is not supported?

@zhou745
Copy link
Author

zhou745 commented Nov 13, 2024

I figured this out, I highly recommend change the following lines:

in dataparser_config.py

try:
from nerfstudio.data.dataparsers.waymo_dataparser import WoDParserConfig

 dataparsers["wod-data"] = WoDParserConfig()

except ImportError:
CONSOLE.print("Waymo dataparser has missing dependencies, please following installation instructions in README.md")

just directly import, this try catch will trigger for some tensorflow import error, which does not affect training

@georghess
Copy link
Owner

Hi,

Would you mind opening a PR with your suggested changes? We don't have access to WOD, so it's hard for us to support this

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