Skip to content

Instantly share code, notes, and snippets.

@tejus-gupta
Last active October 10, 2018 17:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tejus-gupta/2fc339f42ba163b54c11056ddeae237c to your computer and use it in GitHub Desktop.
Save tejus-gupta/2fc339f42ba163b54c11056ddeae237c to your computer and use it in GitHub Desktop.
Download dataset and training code for tensorpad
mkdir train_set
cd train_set
wget https://gist.githubusercontent.com/tejus-gupta/3d4564e624cad79691706a5c1303f4c6/raw/3cafe4877f981e3f3c481727d0a90db519a4e95b/download.py
python download.py
unzip -qq masks.zip
unzip -qq train_data.zip
cd ..
git clone https://github.com/tejus-gupta/Segmentation
cd Segmentation
git checkout modelD
pip3 install protobuf
pip3 install tensorboardX
pip3 install scikit-image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment