mukund-ks/DeepLabV3-Segmentation
A DeepLab V3+ Model with choice of Encoder for Binary Segmentation. Implemented with Tensorflow.
This project helps agricultural researchers, botanists, and environmental scientists analyze plant growth and health by automatically identifying specific plant regions in images. You provide plant photos with known plant/non-plant areas, and it outputs segmented images highlighting just the plants. This is for scientists or technicians who work with plant imaging data and need to automate object detection.
No commits in the last 6 months.
Use this if you need to accurately separate plant material from backgrounds in images for tasks like quantifying plant size or detecting plant diseases.
Not ideal if you need to identify individual leaves within a plant or distinguish between different plant species.
Stars
19
Forks
2
Language
Python
License
Apache-2.0
Category
Last pushed
Sep 15, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/mukund-ks/DeepLabV3-Segmentation"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
MLSTRUCT/MLStructFP
Multi-unit floor plan dataset for architectural analysis and recognition
yassouali/pytorch-segmentation
:art: Semantic segmentation models, datasets and losses implemented in PyTorch.
wkentaro/pytorch-fcn
PyTorch Implementation of Fully Convolutional Networks. (Training code to reproduce the original...
meetps/pytorch-semseg
Semantic Segmentation Architectures Implemented in PyTorch
fregu856/deeplabv3
PyTorch implementation of DeepLabV3, trained on the Cityscapes dataset.