Anwesa Choudhuri, Girish Chowdhary, Alexander G. Schwing
[Publication
] [Project
] [BibTeX
]
- Virtual environment with Python 3.6
- Pytorch 1.3.1
- Other requirements:
$ pip install -r requirements.txt
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
Detections and saved models are stored here. Download them in the homedir.
Structure should be the following:
AssignmentSpace-MOTS
│ saved_models
│ detections
To test for cars: ./scripts/test_kittimots.sh
To test for pedestrians: ./scripts/test_kittimots_ped.sh
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}
}
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.