Based on selimsef/dsb2018_topcoders
For comparison of Data Science Bowl 2018 best segmentation models see Nucleus segmentation across imaging experiments: the 2018 Data Science Bowl, Juan C. Caicedo et al.
- Clone this repository
git clone https://github.com/yozhikoff/segmentation.git
- Download this and extract it to the
segmentation folder, replace all existing files using
Ay
keys when unzip asks about it. Note that you need to export to/repo/segmentation/dsb2018_topcoders
withing the repo.
wget https://www.dropbox.com/s/qvtgbz0bnskn9wu/dsb2018_topcoders.zip?dl=1 dsb2018_topcoders.zip # note dl=1
unzip /path/to/zip/dsb2018_topcoders.zip -d /path/to/repo/segmentation/dsb2018_topcoders #type "Ay" when it asks about conflicts
- Go to the segmentation folder and reset git files
cd /path/to/repo/segmentation
git reset --hard
- Create new conda env
conda create -n seg python=3.6.9 -y
conda activate seg
- Install packages via conda and pip, simply (inside your conda env!)
sh ./install.sh
- Test your installation using
python run_test.py
You can also try example_notebook.ipynb
if you want to see usage details.