File size: 409 Bytes
706a6e6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
---
license: mit
---
Data collected in city by Carla simulator
File structure:
```
custom/
├── ImageSets/
│ ├── train.txt
│ ├── val.txt
├── points/
│ ├── 000000.bin
│ ├── 000001.bin
│ ├── ...
│ ├── 007999.bin
├── labels/
│ ├── 000000.txt
│ ├── 000001.txt
│ ├── ...
│ ├── 007999.txt
```
|