To get a local copy up and running, follow these simple example steps.
-
Clone the repo
git clone https://github.com/stephenllh/bcs-unet.git
-
Change directory
cd bcs-unet
-
Install packages
pip install requirements.txt
- To train, run the training script
cd .. python train.py
Distributed under the MIT License. See LICENSE
for more information.