Instructions to use Subh775/Dis-Seg-Former with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Subh775/Dis-Seg-Former with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="Subh775/Dis-Seg-Former")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Subh775/Dis-Seg-Former", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| license: apache-2.0 | |
| language: | |
| - en | |
| pipeline_tag: image-segmentation | |
| tags: | |
| - ROI-extraction | |
| metrics: | |
| - precision | |
| - f1 | |
| - recall | |
| base_model: | |
| - Roboflow/rf-detr-seg-nano | |
| library_name: transformers | |
| # Leaf Disease Segmentation | |
| [](https://opensource.org/licenses/Apache-2.0) | |
| [](https://pytorch.org/) | |
| [](https://huggingface.co/spaces/LeafNet75/Diseased_ROI_extraction) | |
| Built on top of RF-DETR Segmentation Nano by Roboflow, this optimized leaf disease segmentation model is fine-tuned for real-world agricultural deployment and exported to high-performance `.onnx` weights for fast CPU inference, enabling farmers to detect crop diseases in real time with precise overlay masks, affected area estimation, and actionable disease treatment insights. | |
| ## Inference results: | |
|  | |
| ## ONNX Weights | |
| This repository now includes .onnx exported weights for optimized real-time inference at: [here](https://huggingface.co/Subh775/Dis-Seg-Former/blob/main/export/rfdetr-seg-nano.onnx) |