Skip to content

Erlemar/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

About

Understanding-Clouds-from-Satellite-Images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages