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

Training with my own data. #92

Open
mlxgzx opened this issue Dec 21, 2023 · 2 comments
Open

Training with my own data. #92

mlxgzx opened this issue Dec 21, 2023 · 2 comments

Comments

@mlxgzx
Copy link

mlxgzx commented Dec 21, 2023

To train a new model with my own data, what else do I need other than the gt_occupancy obtain from process_your_own_data.py??

@weiyithu
Copy link
Owner

Hi, you need to generate new pkl with your own data. For nuScenes, we generate pkl by python tools/create_data.py nuscenes --root-path ./data/nuscenes --out-dir ./data/nuscenes --extra-tag nuscenes --version v1.0 --canbus ./data, which is same with BEVFormer instructions.

@HelloYongge
Copy link

I have generate gt_xxx.npy with process_your_own_data.py, if we generate pkl data with nuscenes create_data.py, how to invovle the gt.npy in pkl files?

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

3 participants