.. image:: pystat.png :height: 20 :alt: Statistique :target: http://www.xavierdupre.fr/app/ensae_teaching_cs/helpsphinx/td_2a_notions.html#pour-un-profil-plutot-data-scientist Segmentation ++++++++++++ La segmentation d'images consiste à isoler des zones d'intérêt dans une image. Cela peut être un visage, des silhouettes, des objets. C'est encore un domaine où le deep learning a permis de faire des grandes avancées. L'objectif est assez similaire à la segmentation d'images si ce n'est qu'on cherche à déterminer les zones d'intérêt au pixel près. (*à venir*) *Lectures* * `Watershed `_ * `Semantic Segmentation using Fully Convolutional Networks over the years `_ * `Fully Convolutional Networks for Semantic Segmentation `_ *Modules* * `opencv - watershed `_ * `torch-vision `_ * `pytorch-semseg `_