All Projects → aljosaosep → Kitti Track Collection

aljosaosep / Kitti Track Collection

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Kitti Track Collection

Unsupervised Classification
SCAN: Learning to Classify Images without Labels (ECCV 2020), incl. SimCLR.
Stars: ✭ 605 (+2925%)
Mutual labels:  clustering
Minisom
🔴 MiniSom is a minimalistic implementation of the Self Organizing Maps
Stars: ✭ 801 (+3905%)
Mutual labels:  clustering
Adapt
Advanced Developer Async Programming Toolkit
Stars: ✭ 26 (+30%)
Mutual labels:  clustering
Elki
ELKI Data Mining Toolkit
Stars: ✭ 613 (+2965%)
Mutual labels:  clustering
Depth clustering
🚕 Fast and robust clustering of point clouds generated with a Velodyne sensor.
Stars: ✭ 657 (+3185%)
Mutual labels:  clustering
Watset
Watset: Automatic Induction of Synsets from a Graph of Synonyms
Stars: ✭ 16 (-20%)
Mutual labels:  clustering
Talisman
Straightforward fuzzy matching, information retrieval and NLP building blocks for JavaScript.
Stars: ✭ 584 (+2820%)
Mutual labels:  clustering
Tribuo
Tribuo - A Java machine learning library
Stars: ✭ 882 (+4310%)
Mutual labels:  clustering
Agoo
A High Performance HTTP Server for Ruby
Stars: ✭ 679 (+3295%)
Mutual labels:  clustering
Stream
A framework for data stream modeling and associated data mining tasks such as clustering and classification. - R Package
Stars: ✭ 23 (+15%)
Mutual labels:  clustering
Machine Learning Octave
🤖 MatLab/Octave examples of popular machine learning algorithms with code examples and mathematics being explained
Stars: ✭ 637 (+3085%)
Mutual labels:  clustering
Complexheatmap
Make Complex Heatmaps
Stars: ✭ 654 (+3170%)
Mutual labels:  clustering
Nanny
A tidyverse suite for (pre-) machine-learning: cluster, PCA, permute, impute, rotate, redundancy, triangular, smart-subset, abundant and variable features.
Stars: ✭ 17 (-15%)
Mutual labels:  clustering
Eliasdb
EliasDB a graph-based database.
Stars: ✭ 611 (+2955%)
Mutual labels:  clustering
Data mining
The Ruby DataMining Gem, is a little collection of several Data-Mining-Algorithms
Stars: ✭ 10 (-50%)
Mutual labels:  clustering
Smile
Statistical Machine Intelligence & Learning Engine
Stars: ✭ 5,412 (+26960%)
Mutual labels:  clustering
Pyclustering
pyclustring is a Python, C++ data mining library.
Stars: ✭ 806 (+3930%)
Mutual labels:  clustering
Events
Repository for *SEM Paper on Event Coreference Resolution in ECB+
Stars: ✭ 20 (+0%)
Mutual labels:  clustering
Clustering
fast clustering algorithms
Stars: ✭ 14 (-30%)
Mutual labels:  clustering
Bagofconcepts
Python implementation of bag-of-concepts
Stars: ✭ 18 (-10%)
Mutual labels:  clustering

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].