prclibo / kitti_eval

140 stars 43 forks source link

Segmentation fault Error. #1

Open MudeLin opened 7 years ago

MudeLin commented 7 years ago
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.

ywangeq commented 6 years ago

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

yangyanli commented 6 years ago

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

lonely7yk commented 5 years ago

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

17824823008 commented 5 years ago

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

lonely7yk commented 5 years ago

@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.

17824823008 commented 5 years ago

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

ApoorvaSuresh commented 4 years ago

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

anjingde commented 3 years ago

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

anjingde commented 3 years ago

sorry.problem