To install Python3 with TKinter support:
xcode-select --install
brew install tcl-tk
If you dont have Python3 installed already:
brew install python3 --with-tcl-tk
If you do have Python3 installe already:
brew reinstall python3 --with-tcl-tk
To install TKinter support for Python3:
sudo apt-get install python3-tk
To install required Python modules:
python3 -m pip install -r requirements.txt
To launch the application:
python3 . --help
To launch the application with the dummy example:
python3 . -i dummy/x_1541528173117841344.png -s dummy/y_1541528173117841344.png -m dummy/metadata.csv
Keyboard Keys | Description |
---|---|
0 ... 9 |
Set the opacity of the semantic segmentation overlay |
S |
Save the image |
ESC |
Save the image and close the application |
Mouse Button | Action |
---|---|
Left |
Paint |
Right |
Drag |
Middle |
Reset Zoom |
Scroll |
Zoom in / Zoom out |