Code Monkey home page Code Monkey logo

ml-object-tracking's Introduction

Multi-Object Tracker

Authors: Bastien Pouëssel

This project is a multi-object tracker with several improvements, including the use of the YOLOv8 detector and an age-based approach for improved track matching.

Project Architecture

The project is structured as follows:

  • main.py: This is the main entry point of the application.
  • requirements.txt: This file lists the Python dependencies required by the project.
  • Makefile: This file contains commands for building and running the project.
  • tracking/: This directory contains the core tracking logic.
    • KalmanFilter.py: Implements the Kalman Filter for object tracking.
    • detections.py: Contains the YoloDetector class which uses YOLOv8 for object detection.
    • tracker.py: Contains the Tracker class which handles the tracking of multiple objects.
    • features.py: CNN based approach for feature embedding

How to Run

  1. Install the required Python dependencies:
pip install -r requirements.txt
  1. Build and run the project
make

The sequence should be in the directory ADL-Rundle-6 and the directory tracking-results should exists in order to produce the result for trackeval.

ml-object-tracking's People

Contributors

bastienpo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.