Seperate KITTI data for Voxelnet. It can also be modified to seperate other data sample
Usage:
- Copy seperateSamples.py to your [VoxelnetRoot] folder
- Run it with command "python seperateSamples.py" in terminal
- Enter the path of the file according to which you want your data to be seperated. (In the case of Voxelnet, the Protocol)
- Enter the path of the root folder of the source data (Train/Validation/Test, once at a time)
- Enter the path of the root folder of the destination data All three kinds of data(image_2,label_2,velodyne) will be copied from the corresponding folders in [sourceRoot] to those in [destinationRoot]