Python program to visualize the results from the Deeplab model (trained on Cityscapes dataset).
- numpy: For the array calculations.
- tensorflow: Tensorflow 2.
- Pillow: To read the image.
- Matplotlib: To plot the results.
- 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.