diff --git a/README.md b/README.md index 093991c..d4821a1 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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.