charlesq34 / frustum-pointnets

Frustum PointNets for 3D Object Detection from RGB-D Data
Apache License 2.0
1.59k stars 538 forks source link

Error during Evaluation #25

Closed mukherjeesohom closed 6 years ago

mukherjeesohom commented 6 years ago

Hello @charlesq34

Thanks for sharing your code.

I am getting the following error during evaluation:

batch idx: 791
batch idx: 792
batch idx: 793
Number of point clouds: 25392
Thank you for participating in our evaluation!
Loading detections...
number of files for evaluation: 3769
ERROR: Couldn't read: 000812.txt of ground truth. Please write me an email!
An error occured while processing your results.

A screenshot for the same is attached as well.

Can you please help me solve the issue?

error

charlesq34 commented 6 years ago

Could you check what happens for the 000812.txt?

mukherjeesohom commented 6 years ago

Okay, it was a mistake on my part and I have resolved the issue.

The problem was that I was using the the data provided in the repository directly without copying the original KITTI data under the required directory. So the 000812.txt(label file) was missing previously.

Thanks for the help.

yun9993 commented 4 years ago

Hello!I met the same mistake, but I don't know how to solve it.