-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Comments
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 |
I forget add |
Can you create a PR to help us update the docs? |
Sure! I`ll do it soon. |
how to download this kitti plane? |
Describe the bug
![image](https://user-images.githubusercontent.com/82763858/236683137-16925305-6617-477e-850c-6e14f55de28c.png)
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.
The text was updated successfully, but these errors were encountered: