Simple user interface to perform segmentation using live-wire.
Clone the repository into your computer through the command line using git
git clone https://github.com/PyIFT/livewire-gui
Move into cloned directory
cd livewire-gui
Install requirements
pip install -r requirements
python app.py <image file>
- Click to select point.
- Press
S
to close contour. - Adjust
sigma
as necessary on bottom left corner.- Low
sigma
high boundary adherence (min-max distance). - High
sigma
low boundary adherence (geodesic distance).
- Low