Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 744 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 744 Bytes

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