HirraA commited on
Commit
35629cb
·
verified ·
1 Parent(s): bfd9e55

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -3,10 +3,13 @@ license: mit
3
  language:
4
  - en
5
  pipeline_tag: image-segmentation
 
 
6
  ---
7
- # NUST Wheat Rust Disease (NWRD): Semantic Segmentation using Suppervised Deep Learning
8
- Semantic segmentation of wheat yellow/stripe rust disease images to segment out rust and non-rust pixels using supervised deep learning.
9
 
 
 
 
10
  This repo contains the source code for the study presented in the work:
11
  `The NWRD Dataset: An Open-Source Annotated Segmentation Dataset of Diseased Wheat Crop`.
12
 
 
3
  language:
4
  - en
5
  pipeline_tag: image-segmentation
6
+
7
+
8
  ---
 
 
9
 
10
+ WRU-Net is a segmentation model based on UNet for the semantic segmentation of wheat yellow/stripe rust disease images to segment out rust and non-rust pixels using supervised deep learning.
11
+
12
+ # The NWRD Dataset: An Open-Source Annotated Segmentation Dataset of Diseased Wheat Crop
13
  This repo contains the source code for the study presented in the work:
14
  `The NWRD Dataset: An Open-Source Annotated Segmentation Dataset of Diseased Wheat Crop`.
15