Adventures-in-TensorFlow-Lite icon indicating copy to clipboard operation
Adventures-in-TensorFlow-Lite copied to clipboard

sky segmentation

Open maysa-mayel opened this issue 1 year ago • 1 comments

Summary

This pull request adds a new Jupyter notebook for sky segmentation using the DeepLabV3 model fine tuned on cityscapes dataset.

Changes Made

  • Implemented segmentation logic in the notebook.
  • Added visualizations of the segmented images.
  • Organized code into functions for clarity.

Instructions

  • Ensure the required packages are installed.
  • Run the notebook to see the segmentation results.

maysa-mayel avatar Oct 21 '24 19:10 maysa-mayel