kbrodt / understanding-cloud-organization

Understanding Clouds from Satellite Images

Home Page:https://www.kaggle.com/c/understanding_cloud_organization/leaderboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Understanding Clouds from Satellite Images

This is an another one approach to solve the competition from kaggle Understanding Clouds from Satellite Images. The pipeline is almost the same as in severstal.

40th place out of 1556 (silver medal) with 0.66348 dice score (top 1 -- 0.67175).

Prerequisites

pip install -r requirements.txt

Usage

First download the train and test data from the competition link.

To train the model run

bash ./train.sh

This will generates trained models and submission file.

About

Understanding Clouds from Satellite Images

https://www.kaggle.com/c/understanding_cloud_organization/leaderboard


Languages

Language:Python 98.7%Language:Shell 1.3%