Awesome
AICITY2021-Track2
In this repo, we include the runner-up solution of AICITY Challenge Track2 (Vehicle Re-Identification) at CVPR 2021 Workshop.
<!-- > This repository is an official PyTorch implementation of paper:<br> --><!-- [[Download PDF]](https://openaccess.thecvf.com/content/CVPR2021W/AICity/papers/Jiang_Robust_Vehicle_Re-Identification_via_Rigid_Structure_Prior_CVPRW_2021_paper.pdf) --> <!-- <img src="paper.png" style="zoom:40%;" /> -->Robust Vehicle Re-identification via Rigid Structure Prior<br> Minyue Jiang*, Xuanmeng Zhang*, Yue Yu, Zechen Bai, Zhedong Zheng,Zhigang Wang, Jian Wang, Xiao Tan, Hao Sun, Errui Ding, Yi Yang <br> * denotes equal contribution.
Overview
The repo contains the training code, testing code and additional annotations on the training sets.
├── AICITY2021-Track2/
│ ├── annotations/
│ ├── global-aware-model/
│ ├── part-aware-model/
│ ├── post-processing/
Getting Started
Prerequisite
- Download the pre-trained model.
- Download the AICity2021 dataset.
- Prepare the dataset. See prepare data .
Annotations
We select images from the training set of CityFlowV2 to annotate the defined bounding box and the direction in annotations.
Training
- Follow reid model to train the reid models.
- Follow detection model to train the detection models.
- Follow direction model to train the direction classification models.
Testing
- Follow reid model to extract the reid features.
- Follow detection model to inference on query and test datasets.
- Follow direction model to inference on query and test datasets.
Post-processing
Follow post-processing to get the final result.
Performance
AICITY2020 Challange Track2 Leaderboard
TeamName | mAP | Link | |
---|---|---|---|
1 | Alibaba | 0.7445 | code |
2 | Baidu UTS | 0.7151 | code |
3 | CyberHu | 0.6550 | code |
Acknowledgment
Our implementation is partly based on the following codebases. We gratefully thank the authors for their wonderful works: fast-reid, PaddleReid, and AICIty-reID-2020.
Citation
If you find our work useful in your research, please consider citing:
@inproceedings{jiang2021robust,
author = {Jiang, Minyue and Zhang, Xuanmeng and Yu, Yue and Bai, Zechen and Zheng, Zhedong and Wang, Zhigang and Wang, Jian and Tan, Xiao and Sun, Hao and Ding, Errui and Yang, Yi},
title = {Robust Vehicle Re-Identification via Rigid Structure Prior},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
month = {June},
year = {2021},
pages = {4026-4033}
}