Skip to content

Tubbz-alt/Github_5AUA0_Project_G12T1

 
 

Repository files navigation

Project for the course 5AUA0

Group 12, Team 1: Kevin and Nadine

One-shot multiple-object tracking using contrastive learning

Summary

In multi-object tracking the leading paradigm is tracking-by-detection which is often a two step approach. Recent one-shot approaches have shown promising results that are able to run in real-time. One-shot models learn detections and appearance embeddings jointly. We built upon the one-shot method by changing the way the embeddings are trained. Softmax based features are trained by classifying the embedding feature map to the correspond track-IDs. We propose a pairwise loss that is able to learn embeddings without track-ID labels. On the MOT17 dataset we obtain competitive results with respect to the softmax based method.

Paper

See paper.

About

Project on multi-object re-identification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 74.1%
  • Python 16.9%
  • Cuda 4.5%
  • C++ 3.4%
  • C 0.7%
  • Shell 0.3%
  • Dockerfile 0.1%