You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I trained the pv_rcnn model using the official KITTI dataset and the provided file "Paddle3D/config/pv_rcnn/pv_rcnn_005voxel_kitti. yml".
The training and evaluation were normal, but there was an error during inference, as shown below:
Traceback (most recent call last):
File "/home/ma-user/work/Paddle3D/deploy/pv_rcnn/python/infer.py", line 198, in <module>
main(args)
File "/home/ma-user/work/Paddle3D/deploy/pv_rcnn/python/infer.py", line 191, in main
box3d_lidar, label_preds, scores = run(predictor, points)
File "/home/ma-user/work/Paddle3D/deploy/pv_rcnn/python/infer.py", line 168, in run
predictor.run()
ValueError: (InvalidArgument) The axis value should be less than the rank of input, but received axes[0] = 0, rank of input is 0.
[Hint: Expected axis < in_dims.size(), but received axis:0 >= in_dims.size():0.] (at ../paddle/phi/kernels/funcs/slice_utils.h:45)
[operator < slice > error]
Where is the problem with my operation and how do I need to modify it?
PS : I can run the training, evaluation, export, and inference of the Centerpoint model in the same environment
The text was updated successfully, but these errors were encountered:
I trained the pv_rcnn model using the official KITTI dataset and the provided file "Paddle3D/config/pv_rcnn/pv_rcnn_005voxel_kitti. yml".
The training and evaluation were normal, but there was an error during inference, as shown below:
Where is the problem with my operation and how do I need to modify it?
PS : I can run the training, evaluation, export, and inference of the Centerpoint model in the same environment
The text was updated successfully, but these errors were encountered: