ibaiGorordo / Deeplab-Cityscapes-inference

Python program to visualize Deeplab (trained on Cityscapes dataset) results.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deeplab Cityscapes inference (Tensorflow 2)

Python program to visualize the results from the Deeplab model (trained on Cityscapes dataset).

Required Python packages

  • numpy: For the array calculations.
  • tensorflow: Tensorflow 2.
  • Pillow: To read the image.
  • Matplotlib: To plot the results.

HOW TO USE

  • Download the required packages.
  • Download the model from the model zoo. ONLY model trained in Cityscapes
  • Change the name of the path to the model and the image you want.
  • Run the program.

Output example

alt text

About

Python program to visualize Deeplab (trained on Cityscapes dataset) results.

License:MIT License


Languages

Language:Python 100.0%