A GUI to visualise an NN-based graph extraction procedure applied to skeletonised endoscopic images.
- Install required packages (s.
requirements.txt
)
e.g.e.g. or in condapip install -r requirements.txt
conda env create --file requirements.txt
- Run
main.py
First set some variables before running.
- Set the following environment variables (example)
DISPLAY=localhost:10;LIBGL_ALWAYS_INDIRECT=1
- Set the corresponding display number in the GUI viewer (e.g. VcXsrv)
- Sample skeletonised images are provided in the
img
folder. - This GUI implementation is currently not optimised for GPU.