gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects
MIT License
574 stars 173 forks source link

[EXE] Implementing U-Net for Image Segmentation #165

Open msethi006 opened 2 years ago

msethi006 commented 2 years ago

Learning Goals 1.) Downloading dataset from PlantVillage and doing annotations for segmentation. 2.) Implementing the U-Net architecture from scratch in Tensorflow.

Exercise Statement Implement U-Net architecture for Plant Leaf Disease Detection.

Prerequisites Deep-Learning, Convolutional Neural Networks.

Data source/summary PlantVillage Dataset (https://www.kaggle.com/emmarex/plantdisease)

Suggest/Propose Solutions I have implemented the solution and would like to contribute here. If someone could assign me the issue, I can create a pull request then.

Namangarg110 commented 2 years ago

I have worked a similar project on electrical substation masking. And I would like to contribute with the same