xview2_1st_place_solution

(โ˜… 104)

1st place solution for "xView2: Assess Building Damage" challenge.

  • adamw.py
  • create_masks.py
  • create_submission.py
  • LICENSE
  • losses.py
  • predict.sh
  • predict154_loc.py
  • predict154cls.py
  • predict34_loc.py
  • predict34cls.py
  • predict50_loc.py
  • predict50cls.py
  • predict92_loc.py
  • predict92cls.py
  • predict_loc_val.py
  • README.md
  • train.sh
  • train154_cls_cce.py
  • train154_loc.py
  • train34_cls.py
  • train34_loc.py
  • train50_cls_cce.py
  • train50_loc.py
  • train92_cls_cce.py
  • train92_loc.py
  • tune154_cls_cce.py
  • tune34_cls.py
  • tune50_cls_cce.py
  • tune50_loc.py
  • tune92_cls_cce.py
  • tune92_loc.py
  • utils.py

# Installation Guide

1. Get the code
git clone https://github.com/vdurnov/xview2_1st_place_solution

Downloads the entire project code from GitHub to your computer.

cd xview2_1st_place_solution

Moves into the project folder you just downloaded.

2. Docker

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker build -f evalution-docker-container/Dockerfile -t xview2-1st-place-solution .

Builds a runnable image based on the Dockerfile.

docker run -p 8080:80 xview2-1st-place-solution

Runs the built image as an actual container.

โœ… Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
// repository documentation