Skip to content

AnwesaChoudhuri/AssignmentSpace-MOTS

Repository files navigation

Assignment-Space-Based Multi-Object Tracking and Segmentation (ICCV 2021)

Anwesa Choudhuri, Girish Chowdhary, Alexander G. Schwing

[Publication] [Project] [BibTeX]


Getting Started

Prerequisites:

  1. Virtual environment with Python 3.6
  2. Pytorch 1.3.1
  3. Other requirements:
$ pip install -r requirements.txt

Dataset:

KITTI Images + Annotations

Structure should be the following:

AssignmentSpace-MOTS
│   data
│   │   KITTI_MOTS
│   │   │    train
│   │   │   │   images
│   │   │   │    instances_txt
│   │   │    val
│   │   │   │    images
│   │   │   │    instances_txt
│   │   │    test
│   │   │   │    images

Note: Please use RAFT to run optical flow between consecutive and alternate files and save them as numpy files. Using optical flow is optional.

Structure should be the following:

AssignmentSpace-MOTS
│   data
│   │   KITTI_MOTS
│   │   │    {train,val,test}
│   │   │   │   RAFT_optical_flow
│   │   │   │   │   flow_skip0
│   │   │   │   │   flow_skip1

Saved detections and models

Detections and saved models are stored here. Download them in the homedir.

Structure should be the following:

AssignmentSpace-MOTS
│   saved_models
│   detections

Testing

To test for cars: ./scripts/test_kittimots.sh

To test for pedestrians: ./scripts/test_kittimots_ped.sh

Citing Assignment-Space-Based MOTS

If you find the code or paper useful, please cite the following BibTeX entry.

@InProceedings{Choudhuri_2021_ICCV,
    author    = {Choudhuri, Anwesa and Chowdhary, Girish and Schwing, Alexander G.},
    title     = {Assignment-Space-Based Multi-Object Tracking and Segmentation},
    booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
    month     = {October},
    year      = {2021},
    pages     = {13598-13607}
}

Acknowledgement

This work is supported in party by Agriculture and Food Research Initiative (AFRI) grant no. 2020-67021-32799/project accession no.1024178 from the USDA National Institute of Food and Agriculture: NSF/USDA National AI Institute: AIFARMS. We also thank the Illinois Center for Digital Agriculture for seed funding for this project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published