/segment-with-nn

segmentation using nerual network way

Primary LanguageJupyter NotebookMIT LicenseMIT

segment-with-nn

segmentation using nerual network way

Development

Prerequirements

  1. Make sure there's docker-compose & docker on your machine.

  2. Create .env file with content as:

    UID=1002
    GID=1002
    DATA_DIR=/path/to/dataset

Start dev containers!

Execute as follows:

make dev