Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 460 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 460 Bytes

(See the full associated story here)

What is the project about ?

This project implements a leaf counting model with a ResNet50 as a backbone, followed by UNet++. The architecture was taken from this study: https://www.frontiersin.org/articles/10.3389/fpls.2022.844522/full. To create an interface for interaction with the model, the gradio Python library was utilized.