charlesq34 / frustum-pointnets

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

when evaluate #97

Open ttttaaaddf opened 4 years ago

ttttaaaddf commented 4 years ago

CUDA_VISIBLE_DEVICES=0 sh scripts/command_test_v1.sh File "train/test.py", line 231 batch_output, batch_center_pred, \ ^ TabError: inconsistent use of tabs and spaces in indentation Thank you for participating in our evaluation! mkdir: ディレクトリ `train/detection_results_v1/plot' を作成できません: そのようなファイルやディレクトリはありません Loading detections... number of files for evaluation: 0 done. Finished 2D bounding box eval. Finished Birdeye eval. Finished 3D bounding box eval. Your evaluation results are available at: train/detection_results_v1

what happend to me? How can I solve this issue??

pouyaramezani commented 4 years ago

Hello, I had the problem. I checked the original file on git and set the indentation and it solved.

Laihu08 commented 3 years ago

Hi, i have the same problem, how to solve it ?