umautobots / vod-converter

Convert between visual object detection datasets
MIT License
307 stars 93 forks source link

Where to find the test.txt #11

Closed bywbilly closed 7 years ago

bywbilly commented 7 years ago

I didn't find the format of the test.txt on the KITTI website. Could anybody put it there?

Thanks!

krosaen commented 7 years ago

you can create it like so:

$ cd datasets/kitti && ls -1 training/image_2 | cut -d. -f1 > train.txt && cd -
$ head datasets/kitti/train.txt
000000
000001
000002
000003
000004
000005
000006
000007
000008
000009