Skip to content

ibaiGorordo/Deeplab-Cityscapes-inference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages