Skip to content

Tiexin-RS/segment-with-nn

Repository files navigation

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
    TVM_DIR=/path/to/tvm

Start dev containers!

Execute as follows:

# if your want to start service
DC_PREFIX=<prefix-for-differ> make dev

# if your want to force rebuild the image
DC_PREFIX=<prefix-for-differ> make dev-build

# if your want to attach to some pod
DC_PREFIX=<prefix-for-differ> POD_NAME=<pod_name> make attach

About

segmentation using nerual network way

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published