Try to use multi-label-classification realize Planet-Kaggle task
- https://www.kaggle.com/c/planet-understanding-the-amazon-from-space/data
- https://www.kaggle.com/nikitarom/planets-dataset
vim ./configs/cfgs.py
python ./tools/preprocess.py
python ./tools/get_mean_std.py
python ./train.py
- training
python ./inference.py
-
Multi-fold cross-validation
-
Re-Weighting strategy to alleviate the class-imbalance
-
Get best threshold with brute force search
-
Stop when loss plateaus
-
Image Augmentation
-
...