Segmentation fault Error.
MudeLin opened this issue · 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.
can you tell me how to put the result? when I run the code, it cannot detect any evaluation files.
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
I also encoutered the problem, but the WHL values are not negative...
I also encoutered this problem.I wonder if this problem has been solved now.Now have you found the cause of this problem?
@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.
Thanks for your reply.I'll try it in this way.
@lonely7yk @17824823008 Doesn't work for me :( do you know of any other stuff to try?
I encoutered this problem too,how to deal with this peoblem
sorry.problem