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

When preparing NuScenes data set: Error ModuleNotFoundError: No module named 'av2' #1574

Closed
Tony-syr opened this issue Mar 4, 2024 · 5 comments
Labels

Comments

@Tony-syr
Copy link

Tony-syr commented Mar 4, 2024

av2 is required for Argoverse2 Dataset, however when I try to build nuscenes dataset, it still require the library. I found the because the initialization process requires building the file OpenPCDet/pcdet/datasets/__init__.py

, which import all required datasets. meanwhile, the requirements file doesn't include av2.

@reynerliu
Copy link

have u solved it?
i have the same question when i process the kitti dataset

@Tony-syr
Copy link
Author

Tony-syr commented Mar 13, 2024

@reynerlius Yes, In fact I have not solved it completely, I just commented the line where they import the Argo2Dataset dataset.
So if you don't need to use argo dataset, you can do the same following the same steps:

  1. navigate to OpenPCDet/pcdet/datasets/init.py.
  2. delete or comment the following lines: Line 15 from .argo2.argo2_dataset import Argo2Dataset and Line 27 'Argo2Dataset': Argo2Dataset

@reynerliu
Copy link

It worked!
Actually I have been puzzled by it for days,Thanks a lot!!

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Apr 13, 2024
Copy link

This issue was closed because it has been inactive for 14 days since being marked as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants