skyhehe123 / SA-SSD

SA-SSD: Structure Aware Single-stage 3D Object Detection from Point Cloud (CVPR 2020)
492 stars 106 forks source link

how to generate .bin for "velodyne_reduced"? #71

Closed linbaiwpi closed 3 years ago

linbaiwpi commented 3 years ago

Hi when running "create_data.py", I encountered an error as below. FileNotFoundError: [Errno 2] No such file or directory: '/SA-SSD/data/training/velodyne_reduced/000000.bin'

May I know how can I generate the .bin files for folder "velodyne_reduced"?

praj441 commented 3 years ago

You need to create the folder velodyne_reduced manually before you run the create_data.py file.

linbaiwpi commented 3 years ago

You need to create the folder velodyne_reduced manually before you run the create_data.py file.

Thank you for the reply. But how can I generate it manually?

praj441 commented 3 years ago

Its really simple, Go to at /SA-SSD/data/training/ and just use mkdir command (to create a new directory)

linbaiwpi commented 3 years ago

Its really simple, Go to at /SA-SSD/data/training/ and just use mkdir command (to create a new directory)

oh, just create a empty directory. thanks!