KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
LF2
★ 18
Open GitHub ↗
UDA person ReID
Download README (.md)
Explore Similar Repositories
lune-framework
:
Simple PHP framework inspired by Laravel.
aws-lambda-website-to-pdf
:
Convert a website to PDF using AWS lambda
ScIdClient
:
Simple Python Client to interact with Supercell ID
DDTV_Client
:
DDTV非官方客户端,基于WEB API运行,使用Jetpack Compose编写,同时支持桌面端和Android
TFManager
:
Add validations to your text fields, Group them together and navigate through them via keyboard's return button and accessory view.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
LF2
?
Download (.md)
# Learning Feature Fusion for Unsupervised Domain Adaptive Person Re-identification [news!] [2022.7.27] Our paper is accepted by ICPR2022 oral ! [URL](https://ieeexplore.ieee.org/document/9956264) <div align="center"> <img src="figs/fig1.png"> </div> <div align="center"> <img src="figs/fig2.png"> </div> ## Requirements - Ubuntu 18.04 - gcc version 7.5.0 - Python 3.8.5 - Pytorch 1.8.1 - NVIDIA GPU : two GeForce RTX 2080Ti - Anaconda 4.9.2 - CUDA 10.2 ## Weights Download the pre-training weights and fine-tuning weights in Baidu Netdisk:[lf2m](https://pan.baidu.com/s/12_KrtSOf_--Voverri8tkw). ## Running ### step 1 Source-domain pre-training ```python # for example, duke-to-market python source_pretrain.py -ds duke -dt market --data-dir PATH/TO/DATA --logs-dir PATH/TO/SAVE/CHECKPOINTS ``` ### step 2 Target-domain fine-tuning ```python # for example, duke-to-market python target_train.py -dt market --data-dir PATH/TO/DATA --logs-dir PATH/TO/SAVE/CHECKPOINTS ``` ### step 3 Evaluate in the target domain ```python # for example, duke-to-market python model_test.py -dt market --data-dir PATH/TO/DATA --resume PATH/TO/CHECKPOINTS ``` ## Experiments <div align="center"> <img src="figs/fig3.png"> </div> ## Acknowledgement Our code is based on [open-reid](https://github.com/Cysu/open-reid) and [MEB-Net](https://github.com/YunpengZhai/MEB-Net).