Tkinter based GUI wrapper for semantic segmentation using deeplab V3 (Inference Only).
Original code for inference runs only from command line and works only with tfrecords files. This one lets the user select image from their disk using a GUI and works with jpg and png formats.
One can also use this file to run from command line.
Tensorflow 1.11.0
tkinter 8.6
numpy 1.15.3
PIL 1.1.7
json 2.0.9
matplotlib 3.0.1 ( needed if running this file from command line )
Uses resnet files from here
and network.py from here
DeepLabV3
