Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.09 KB

File metadata and controls

25 lines (18 loc) · 1.09 KB

Deep-Lab-V3-Inference-GUI-Tkinter

Tkinter based GUI wrapper for semantic segmentation using deeplab V3 (Inference Only).

Download Pretrained Model

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.

Dependencies

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 )

Demo

Reference

Uses resnet files from here and network.py from here
DeepLabV3