Skip to content

Can you classify cloud structures from satellites? Kaggle competition

Notifications You must be signed in to change notification settings

Diyago/Understanding-Clouds-from-Satellite-Images

Repository files navigation

Understanding Clouds from Satellite Images

Code for https://www.kaggle.com/c/understanding_cloud_organization competition

Example of usage:

python train.py --encoder resnet50 --bs 20 --num_epochs 100 --train True --optimize_postprocess True --make_prediction True

python train.py --encoder densenet169 --bs 20 --num_epochs 100 --train True --task classification --loss BCE --height 224 --width 224 --lr 1e-4

Code mostly taken from https://github.com/Erlemar/Understanding-Clouds-from-Satellite-Images

About

Can you classify cloud structures from satellites? Kaggle competition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages