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

[bug] AssertionError: use_ground_plane is True but find plane is None #2506

Closed
Raiden-cn opened this issue May 7, 2023 · 7 comments
Closed

Comments

@Raiden-cn
Copy link

Raiden-cn commented May 7, 2023

Describe the bug
in raw version about kitti model, after run 'python tools/train.py configs/pv_rcnn/pv_rcnn_8xb2-80e_kitti-3d-3class.py --work-dir works_dir/debug', show the following:
AssertionError: use_ground_plane is True but find plane is None.
But I already prepare planes files in training floder.
image

@Xiangxu-0103
Copy link
Collaborator

Whether your annotation files have 'plane' information? You can use the annotation file we provided to have a try.

More details can be found here: https://github.com/open-mmlab/mmdetection3d/blob/dev-1.x/docs/en/user_guides/dataset_prepare.md#summary-of-annotation-files

@Raiden-cn
Copy link
Author

Raiden-cn commented May 8, 2023

I forget add '--with-plane' in when 'python tools/create_data.py'. The docs of you mentioned should be updated. 'python tools/create_data.py kitti --root-path ./data/kitti --out-dir ./data/kitti --extra-tag kitti --only-gt-databse' will occure error: unrecognized arguments: --only-gt-databse

@Xiangxu-0103
Copy link
Collaborator

Can you create a PR to help us update the docs?

@Raiden-cn
Copy link
Author

Sure! I`ll do it soon.

@HXB-1997
Copy link

HXB-1997 commented Jul 7, 2023

how to download this kitti plane?

@Xiangxu-0103
Copy link
Collaborator

@HXB-1997 You can download the road planes here.

@HXB-1997
Copy link

@HXB-1997 You can download the road planes here.

thanks

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