Unet++ Model for Image Quality Detection: Model and Python Code Explained

Опубликовано: 20 Июнь 2026
на канале: AI with Sohini
5,577
104

In this video we learn about using a UNET++ model for Image Quality detection to learn if it should be used for training a semantic segmentation model or not.
The base paper is https://arxiv.org/abs/2110.14181
The code is at:
https://github.com/sohiniroych/QU-net...
Chapters:
0:00 Intro
1:11 Unet++ for Image quality detection
7:27 Paper and Code