kitti_eval icon indicating copy to clipboard operation
kitti_eval copied to clipboard

Segmentation fault Error.

Open MudeLin opened this issue 7 years ago • 9 comments

car_detection AP: 0.417685 0.280079 0.230861
PDFCROP 1.38, 2012/11/02 - Copyright (c) 2002-2012 by Heiko Oberdiek.
==> 1 page written on `car_detection.pdf'.
save preds_val/plot/car_orientation.txt
car_orientation AP: 0.195098 0.127194 0.103741
PDFCROP 1.38, 2012/11/02 - Copyright (c) 2002-2012 by Heiko Oberdiek.
==> 1 page written on `car_orientation.pdf'.
Segmentation fault

in this file, evaluate_object_3d_offline.cpp.

Thanks.

MudeLin avatar May 30 '17 01:05 MudeLin

can you tell me how to put the result? when I run the code, it cannot detect any evaluation files.

ywangeq avatar Jan 20 '18 09:01 ywangeq

We encountered this segfault problem as well, and we found that it is due to negative values in WHL of 3D bounding boxes.

Not sure whether this is your case @MudeLin

yangyanli avatar May 17 '18 14:05 yangyanli

I also encoutered the problem, but the WHL values are not negative...

lonely7yk avatar Mar 15 '19 00:03 lonely7yk

I also encoutered this problem.I wonder if this problem has been solved now.Now have you found the cause of this problem?

17824823008 avatar May 22 '19 03:05 17824823008

@17824823008 g++ -O3 -DNDEBUG -o ./kitti_eval/evaluate_object_3d_offline ./kitti_eval/evaluate_object_3d_offline.cpp Try use this to compile evaluation code. I solved my problem by doing this.

lonely7yk avatar May 22 '19 07:05 lonely7yk

Thanks for your reply.I'll try it in this way.

17824823008 avatar May 22 '19 08:05 17824823008

@lonely7yk @17824823008 Doesn't work for me :( do you know of any other stuff to try?

ApoorvaSuresh avatar Dec 02 '19 11:12 ApoorvaSuresh

I encoutered this problem too,how to deal with this peoblem

anjingde avatar Mar 16 '21 17:03 anjingde

sorry.problem

anjingde avatar Mar 16 '21 17:03 anjingde