๐Ÿ™๏ธ [2025-06-19] Urban Scene Segmentation & CNN Recap

Today was a productive day filled with hands-on practice in image segmentation and a solid CNN refresher.
I trained a U-Net model to predict pixel-wise masks on real urban scenes and verified that the predictions matched the ground truth closely.
In parallel, I revisited the classic Dog vs. Cat classifier to reinforce CNN basics.


๐Ÿงฑ 1. Image Segmentation โ€” Urban Street Scenes

This project tackles semantic segmentation on urban environments using the Cityscapes dataset.
The goal was to assign each pixel a semantic label (e.g., road, sky, building) โ€” a key component for autonomous driving systems.

โœ… Technical Highlights

๐Ÿ–ผ๏ธ Sample Visualization


๐Ÿงช 2. CNN Recap โ€” Dog vs. Cat Classifier

As a complementary activity, I reviewed a basic CNN model using the Dog vs. Cat dataset.
This helped reinforce my understanding of convolutional layers, activation functions, and data preprocessing.

โœ… Key Elements


๐Ÿ’ก Reflections


๐ŸŽฏ Final Thoughts

This session combined practical low-level vision tasks with high-level architectural understanding.
Next, I plan to experiment with SegFormer, DeepLab v3+, and evaluate models using mIoU, pixel accuracy, and visual comparisons.


โœ… Segmentation: Deployed and working
๐Ÿถ CNN: Refreshed and reinforced
๐Ÿ“ˆ Next Step: Validation loop, mIoU scoring, model deployment