Skip to content

Diverse Slow-DropBlock with Double-Batch-Split Co-Training for Person Re-Identification

Notifications You must be signed in to change notification settings

Lucky-BenXie/SDB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code for CVPR2020 Paper "Diverse Slow-Drop Block Multi-Branch Network for Person Re-Identification"

This code is developed based on pytorch framework.

Prerequisites

  • Pytorch(1.1.0)
  • yacs (0.1.6)
  • torchvision(0.3.0)
  • tb-nightly(2.0.0)
  • Cython(0.29.12)
  • pytorch-ignite(0.1.2)

SetUp

git clone https://github.com/freeSubmission/SDB.git

Data Preparation(Duke)

  • dataset
    • dukemtmc-reid
      • DukeMTMC-reID
        • bounding_box_train
        • bounding_box_test
        • query

Train

cd SDB/scripts
vim train.sh
bash train.sh

Results(no rerank)

rank 1 mAP
MARKET 1501 95.9 88.7
DUKE 90.2 79.5
CUHK-labeled 80.8 78.7
CUHK-detected 77.9 75.2

Datasets

About

Diverse Slow-DropBlock with Double-Batch-Split Co-Training for Person Re-Identification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%