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

IndexError: list index out of range #50

Open
qrzeffort opened this issue Mar 1, 2022 · 1 comment
Open

IndexError: list index out of range #50

qrzeffort opened this issue Mar 1, 2022 · 1 comment

Comments

@qrzeffort
Copy link

When I run:
python kitti_object.py --show_lidar_with_depth --img_fov --const_box --vis --show_image_with_boxes --ind 1 -p

the error occured:
traceback (most recent call last):
File "kitti_object.py", line 982, in
dataset_viz(args.dir, args)
File "kitti_object.py", line 761, in dataset_viz
objects_pred = dataset.get_pred_objects(data_idx)
File "kitti_object.py", line 91, in get_pred_objects
return utils.read_label(pred_filename)
File "/kitti_object_vis-master/kitti_util.py", line 376, in read_label
objects = [Object3d(line) for line in lines]
File "/kitti_object_vis-master/kitti_util.py", line 376, in
objects = [Object3d(line) for line in lines]
File "/kitti_object_vis-master/kitti_util.py", line 64, in init
self.alpha = data[3] # object observation angle [-pi..pi]
IndexError: list index out of range

Could someone give me some advice,thanks!

@daeunni
Copy link

daeunni commented May 14, 2022

same here. did you address this issue?

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

2 participants