Skip to content

Question About Camera Only Inference with NuScenes Data #41

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

Open
NathanZhu8 opened this issue Jan 13, 2025 · 1 comment
Open

Question About Camera Only Inference with NuScenes Data #41

NathanZhu8 opened this issue Jan 13, 2025 · 1 comment

Comments

@NathanZhu8
Copy link

Hi! Thank you for your amazing work on this project!

I have a question about using camera data only. I am trying to perform inference using only the NuScenes camera data within pretrained checkpoint in readme directly. However, it seems the framework still requires LiDAR data.

Could this be due to a config issue, or does the code need modification to support camera-only inference? Any guidance or suggestions would be greatly appreciated.

Thank you in advance!

@ziqipang
Copy link
Contributor

@NathanZhu8 Yes, You can disable LiDAR in the config or code, I think. I haven't worked on this direction for a while, so I cannot remember the specifics.

However, I do suggest adding LiDAR to run if it does not take tremendous effort. From my experience, LiDAR files take much smaller space than images, and they are useful for visualization.

Please let me know how these options work out for you.

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