Skip to content

okzhili/AICITY2021_Track5_DUN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AICITY2021_Track5_DUN

This repo includes the 2nd place solution for AICity2021 Challenge track5 (Natural Language-Based Vehicle Retrieval) in CVPR2021 Workshop.

framework

Reproduce the result on AICity 2021 Challenge

Train

python model.py
-root dataset_nl/AIC21_Track5_NL_Retrieval
-use_bn
-epoch 80
-train_file dataset_nl/AIC21_Track5_NL_Retrieval/train.pkl
-glove_file 6B.300d.npy
python model2.py
-root dataset_nl/AIC21_Track5_NL_Retrieval
-use_bn
-epoch 60
-train_file dataset_nl/AIC21_Track5_NL_Retrieval/train.pkl
-glove_file 6B.300d.npy
python model2.py
-root dataset_nl/AIC21_Track5_NL_Retrieval
-epoch 100
-train_file dataset_nl/AIC21_Track5_NL_Retrieval/train.pkl
-glove_file 6B.300d.npy

Test

python model.py
-root dataset_nl/AIC21_Track5_NL_Retrieval
-use_bn
-test
-save_num 1
-test_file dataset_nl/AIC21_Track5_NL_Retrieval/test.pkl
-ckpt lightning_logs/version_1/checkpoints/xx.ckpt
-glove_file 6B.300d.npy
python model2.py
-root dataset_nl/AIC21_Track5_NL_Retrieval
-use_bn
-test
-save_num 2
-test_file dataset_nl/AIC21_Track5_NL_Retrieval/test.pkl
-ckpt lightning_logs/version_2/checkpoints/xx.ckpt
-glove_file 6B.300d.npy
python model2.py
-root dataset_nl/AIC21_Track5_NL_Retrieval
-test
-save_num 3
-test_file dataset_nl/AIC21_Track5_NL_Retrieval/test.pkl
-ckpt lightning_logs/version_3/checkpoints/xx.ckpt
-glove_file 6B.300d.npy
python ens.py

You can download our re-ID feature(tran_file and test_file) and glove pre-trained word vector

You can also retrain the re-ID model to get these two files, please refer to re-ID

Leaderboard

TeamName MRR Link
Alibaba-UTS 0.1869 code
TimeLab(Ours) 0.1613 code
SBUK 0.1594 code

About

Second place solution of AICITY2021 Track5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages