Installation & Setup
We highly recommand to use GPUs for the training. CUDA and MPI should be pre-installed in the device.
Pre-requirements
nvidia gpu driver
cudatoolkit 10.0 (for the current implemented tensorflow version)
openmpi
Linux or MacOS
Installation by command
Warning
The interface is an testing alpha version, we invite you for now to install from source. See below for installation from source.
Installation from source:
go to https://github.com/ZeliangSu/SegmentPy and copy the HTTPS link
and download by typing:
$ git clone https://github.com/ZeliangSu/SegmentPy.git
$ cd to/the/path/of/the/git/cloned/SegmentPy
$ python setup.py install
or download the zip file and zip it, then:
$ cd to/the/path/of/the/unzipped/SegmentPy $ python setup.py install
Launch the SegmentPy by typing in the Terminal:
$ segmentpy
Frequent installation questions
Q: Can SegmentPy run on a Windows workstation?
A: Unfortunately, we could not at the current state garentee the performance on Windows machine. We recently gathered some unexpected behavior reports on Windows and are currently working on it.