Home

Awesome

Bias Eliminate Domain Adaptive Pedestrian Re-identification [Technique Report]

This repo contains our code for VisDA2020 challenge at ECCV workshop.

Introduction

This work mainly solve the domain adaptive pedestrian re-identification problem by eliminishing the bias from inter-domain gap and intra-domain camera difference.

This project is mainly based on reid-strong-baseline.

Get Started

  1. Clone the repo git clone https://github.com/vimar-gu/Bias-Eliminate-DA-ReID.git
  2. Install dependencies:
  1. Prepare dataset. It can be obtained from Simon4Yan/VisDA2020.
  2. We use ResNet-ibn and HRNet as backbones. ImageNet pretrained models can be downloaded in here and here.

Run

If you want to reproduce our results, please refer to [VisDA.md]

Results

The performance on VisDA2020 validation dataset

MethodmAPRank-1Rank-5Rank-10
Basline30.759.777.583.3
+ Domain Adaptation44.975.386.791.0
+ Finetuning48.679.888.391.5
+ Post Processing70.986.592.894.4

Trained models

The models can be downloaded from:

The camera models can be downloaded from:

Some tips