Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
killthekitten authored Mar 2, 2018
1 parent d8a43cb commit 103b63e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kaggle-ds-bowl-2018-baseline

Full train/inference/submission pipeline adapted to the competition from https://github.com/matterport/Mask_RCNN. Kudos to @matterport, @waleedka and others for the code. It is well written, but is also somewhat opinionated, which makes it harder to guess what's going on under the hood. And hat's the main reason for my fork to exist.
Full train/inference/submission pipeline adapted to the [Data Science Bowl competition](https://www.kaggle.com/c/data-science-bowl-2018/) from https://github.com/matterport/Mask_RCNN. Kudos to [@matterport](https://github.com/matterport), [@waleedka](https://github.com/waleedka) and others for the code. It is well written, but is also somewhat opinionated, which makes it harder to guess what's going on under the hood. And hat's the main reason for my fork to exist.

I did almost no changes to the original code, except for:

Expand Down Expand Up @@ -40,4 +40,4 @@ CUDA_VISIBLE_DEVICES="0" python inference.py

This will create `submission.csv` in the repo and overwrite the old one (you're welcome to fix this with a PR).

6. Submit!
6. Submit! You should get around 0.342 score on LB after 100 epochs.

0 comments on commit 103b63e

Please sign in to comment.