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

Error in kitti_util.py #117

Open
hadarsh7798 opened this issue Oct 7, 2020 · 0 comments
Open

Error in kitti_util.py #117

hadarsh7798 opened this issue Oct 7, 2020 · 0 comments

Comments

@hadarsh7798
Copy link

I am getting the following error:
File "kitti_object.py", line 274, in
dataset_viz()
File "kitti_object.py", line 264, in dataset_viz
show_image_with_boxes(img, objects, calib, True)
File "kitti_object.py", line 154, in show_image_with_boxes
img2 = utils.draw_projected_box3d(img2, box3d_pts_2d)
File "/content/frustum-pointnets/kitti/kitti_util.py", line 380, in draw_projected_box3d
qs = qs.astype(np.int32)
AttributeError: 'NoneType' object has no attribute 'astype'

Please help me out

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

1 participant