Skip to content
/ tcaff Public

Multiple Object Tracking with Localization Error Elimination

Notifications You must be signed in to change notification settings

mit-acl/tcaff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCAFF: Temporally Consistency for Robot Frame Alignment

banner

TCAFF (temporally consistent alignment of frames filter) is a novel multiple hypothesis algorithm for aligning the coordinate frames of neighboring robots. TCAFF considers potential alignments from associating sparse, open-set object maps and leverages temporal consistency to determine an initial alignment and correct for drift, all without any initial knowledge of neighboring robot poses.

This repo contains code for aligning frames using TCAFF as well as an example application of using TCAFF while performing collaborative multi-object tracking on a dataset of four robots tracking six pedestrians (see below for access to our dataset).

experiment

Citation

If you use this code in your research, please cite our paper, which will be released soon.

Installation

The tcaff Python package can be installed with:

cd <this rep>
pip install .

Additionally, the steps for installing CLIPPER should be followed:

git clone [email protected]:mit-acl/clipper.git
cd clipper
mkdir build
cd build
cmake ..
make
make pip-install

Running

After downloading the TCAFF MOT dataset, the demo can be run with the following commands (after cding into this repo):

mkdir results
python3 ./demo/demo.py --params ./demo/params/tcaff_mot_dataset.yaml --output ./results/tcaff_mot_dataset.png

For the code to recognize the dataset this environment variable should be set:

export TCAFF_MOT_DATASET=<path to dataset>

Dataset

The TCAFF MOT dataset of four robots/six pedestrian object tracking experiment associated with the TCAFF paper can be obtained by filling out this Google Form.

Acknowledgements

TCAFF was supported by the Ford Motor Company and by ARL DCIST.

About

Multiple Object Tracking with Localization Error Elimination

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages