Skip to content

lhwcv/cloud_german_rank10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alibaba Cloud German rank10 baseline

Detail works please refer tianchi forum. This repo is a simplified seresnet-50 single model, which trained in 128 image size,achieved 0.87+ in four test set in average.

To achieve our final stage2-a 0.887, stage2-b 0.884 score, you may need add the following works:

  1. Extarct seresnet-50-128 model's fc feature of trainval data then use kmeans to get 5 folds, which can relieve heavy repeatness.(It seams 4 thousands up in single model)
  2. Train simplified res50 seres50 xcep incepres in scale [112,128,144,160] and ensemble.
  3. Predict softmax label of all testset, use threshold >0.85 to keep some semi-data, add to trainset and finetune or retrain the models.

run

mkdir ./data
mkdir ./preprocess_dir
(put the h5 raw file into ./data)
python preprocess.py
python train.py

About

Alibaba Cloud German rank10 baseline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages