charlesq34 / frustum-pointnets

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

test error: Couldn't read: 001304.txt of ground truth. #32

Open StarsMyDestination opened 6 years ago

StarsMyDestination commented 6 years ago

I just download the code, and use the prepared data files (*pickle) to do some easy trainning and evaluation work to reproduce the author's work. First thanks to the excellent work of this project and the wonderful open source! Although I didn't go through the details of the code, I can easily train the model. But when I do the evaluation step using command 'sh scripts/command_test_v1.sh' or 'sh scripts/command_test_v1.sh', there comes the same error -- 'ERROR: Couldn't read: 001304.txt of ground truth. Please write me an email!'. I wonder if there is something wrong with the pickle data? I will go through the code details later, but I just want to see the evaluation result fisrt, is there any ideas about this issue?

mukherjeesohom commented 6 years ago

Already solved here.