Segment salt deposits beneath the Earth's surface
- draka *** (place 191 Top6%)
- durotan
- garona
Branch | Name | CV | LB (Public) | LB (Private) | Description |
---|---|---|---|---|---|
classic | unet | ||||
unetrest | 0.8134 | 0.840 | 0.868 | pre-train resnet135 + tta | |
- top10%: 191 place (top6%)
- https://www.kaggle.com/c/tgs-salt-identification-challenge/leaderboard
$git clone https://github.com/pedrodiamel/pytorchvision.git
$cd pytorchvision
$python setup.py install
$pip install -r installation.txt
# loader dataset
kaggle competitions download -c tgs-salt-identification-challenge
We now support Visdom for real-time loss visualization during training!
To use Visdom in the browser:
# First install Python server and client
pip install visdom
# Start the server (probably in a screen or tmux)
python -m visdom.server -env_path runs/visdom/
# http://localhost:8097/
#(1) kaggle dataset
./run_createdataset.sh
./train.sh
./submission.sh