-
Notifications
You must be signed in to change notification settings - Fork 643
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] assert self.num_levels == len(featmap_sizes) #2200
Comments
hi, are you using the official model config and ckpt from mmdet3d? |
yes, i used the official model config and ckpt from mmdet3d. |
@Hevislee hi, there's a bug for
|
Thanks for reply! |
you should rerun |
Suddenly understand!Thanks a lot! |
Checklist
Describe the bug
When I was running "python tools/test.py", an error occurred: assert self.num_levels == len(featmap_sizes)
AssertionError.
This error occurs when I run "python tools/test.py" to test pointpillars model, this does not happen when testing centerpoint.
Reproduction
python tools/test.py /home/mmdeploy/configs/mmdet3d/voxel-detection/voxel-detection_onnxruntime_dynamic.py /home/mmdet3d-v1.1/configs/pointpillars/pointpillars_hv_fpn_sbn-all_8xb4-2x_nus-3d.py --model /home/Pointpillars/end2end.onnx --device cuda:0 --speed-test
Environment
Error traceback
The text was updated successfully, but these errors were encountered: