Skip to content

aljosaosep/kitti-track-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KITTI Track Collection (KTC) devkit

This repository contains the mined tracks and tools, extracted from the KITTI Raw dataset in the scope of the following publication: Large-Scale Object Discovery and Detector Adaptation from Unlabeled Video paper link

By Aljosa Osep, Paul Voigtlaender (equal contribution), Jonathon Luiten, Stefan Breuers, and Bastian Leibe

Alt text

Prerequisite

In order to use the python tools, your setup has to meet the following minimum requirements (tested versions in parentheses. Other versions might work, too):

  • Python (2.7)
    • PIL or Pillow (3.4.2)
    • Google protobuf (3.4.x)

Note, that in order to access the image data, you need the KITTI Raw dataset, you can get it here. We recommend using the download script.

Using the tracks data

You can find the mined tracks in ROOT/tracks/kitti_format/%SEQUENCE_NAME%.txt (KITTI format). For details about the data format, please see KITTI tracking dataset web page.

In addition, we also provide proto files, containing additional information (such as pixel masks), ROOT/tracks/proto_format/%SEQUENCE_NAME%_plus_some_weird_stuff.txt. The protbuf message format is defined in SRC/proto/hypotheses.proto.

For track mining, we used the CAMOT tracker.

Using the tools

TODO

Citing

If you find this data or tools useful in your reasearch, you should cite:

@article{OsepVoigtlaender18arxiv,
    title={Large-Scale Object Discovery and Detector Adaptation from Unlabeled Video},
    author={Aljo\v{s}a O\v{s}ep and  Paul Voigtlaender and Jonathon Luiten and Stefan Breuers and Bastian Leibe},
    journal={arXiv preprint arXiv:1712.08832},
    year={2018}
}

@article{Osep18ICRA,
  author = {O\v{s}ep, Aljo\v{s}a and Mehner, Wolfgang and Voigtlaender, Paul and Leibe, Bastian},
  title = {Track, then Decide: Category-Agnostic Vision-based Multi-Object Tracking},
  journal = {ICRA},
  year = {2018}
}

If you have any issues or questions with the data or the code, please contact Aljosa Osep or Paul Voigtlaender.

License

If you need another license, please contact us.

GNU General Public License (http://www.gnu.org/licenses/gpl.html)

Copyright (c) 2018 Aljosa Osep, Paul Voigtlaender, Jonathon Luiten, Stefan Breuers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Data and devtools for the "Large-Scale Object Discovery and Detector Adaptation from Unlabeled Video" paper.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages