tsinghua-rll / VoxelNet-tensorflow

A 3D object detection system for autonomous driving.
MIT License
453 stars 123 forks source link

Contradict between Readme, and working directory #47

Closed agn-7 closed 4 years ago

agn-7 commented 6 years ago

In your README in Usage section mentioned:

make sure your working directory looks like this

├── build   <-- Cython build file
├── model   <-- some src files
├── utils   <-- some src files
├── setup.py   
├── config.py   
├── test.py   
├── train.py   
├── train_hook.py   
├── README.md    
└── data    <-- KITTI data directory 
    └── object 
        ├── training   <-- training data
        |   ├── image_2   
        |   ├── label_2   
        |   └── velodyne  
        └── testing  <--- testing data
            ├── image_2   
            ├── label_2   
            └── velodyne  

But I can't find "data" folder.

gdicker1 commented 4 years ago

This directory (and sub-directories) should be created by the user. Since the dataset is near 29 GB, you can't upload it to github.