Giter Site home page Giter Site logo

swetanjal / mussp-efficient-min-cost-flow-algorithm-for-multi-object-tracking Goto Github PK

View Code? Open in Web Editor NEW
16.0 2.0 3.0 1.07 GB

An efficient algorithm for solving data association problems modelled as a Minimum cost flow problem applied in the field of Multi Object Tracking

C++ 11.40% Python 87.26% Shell 1.34%
multi-object-tracking computer-vision mussp ssp min-cost-flow algorithms

mussp-efficient-min-cost-flow-algorithm-for-multi-object-tracking's Introduction

muSSP-Efficient-Min-cost-Flow-Algorithm-for-Multi-object-Tracking

Team Members:

  • Teja Dhondu
  • Swetanjal Dutta
  • Nishanth Sharma

Run demo as follows:

>> python3 create_graph.py input_detections_folder graph_file
>> ./a.out -i graph_file
>> python3 create_demo.py input_detections_folder output_detections_folder Shortest_Paths.txt input_frames_folder output_frames_folder output_video_path path_to_output_file .png(or .jpg depending on what format input frames are in)

Evaluating using MOT Challenge Dataset Detections:

>> python3 format_detections path_to_det.txt input_detections_folder
  • After which, follow steps as mentioned in previous section.

Preparing demo data:

  • Extract all the frames (using software like ffmpeg) and put them in input_frames_folder
  • Run a detector like Yolo and store the detections in input_detections_folder. Each image in input_frames_folder has a corresponding detection file with the same name as the image but ending with .txt extension. Every line inside the detection file has a detection in the following format [x_min, y_min, x_max, y_max, class]. Class is 0 for person.
  • Create empty output_detections_folder and output_frames_folder.
  • Run commands as mentioned in previous section.

Demo:

mussp-efficient-min-cost-flow-algorithm-for-multi-object-tracking's People

Contributors

nishanthrachakonda avatar swetanjal avatar td87 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.