Commit
·
22d13a6
1
Parent(s):
f783fb4
Add metrics to README
Browse files
README.md
CHANGED
@@ -185,6 +185,12 @@ The UNET model consists of an encoder and a decoder. The encoder is a series of
|
|
185 |
==========================================================================================
|
186 |
</details>
|
187 |
|
|
|
|
|
|
|
|
|
|
|
|
|
188 |
## Libraries Used
|
189 |
|
190 |
The following libraries were used in this project:
|
|
|
185 |
==========================================================================================
|
186 |
</details>
|
187 |
|
188 |
+
## Metrics
|
189 |
+
| | # Parameters | Foreground IoU | Background IoU | Boundary IoU |
|
190 |
+
|---------------------------------------------|--------------|----------------|----------------|--------------|
|
191 |
+
| U-Net | 7.8 M | 0.72 | 0.84 | 0.36 |
|
192 |
+
| U-Net with depthwise separable convolutions | 1.5 M | 0.71 | 0.83 | 0.32 |
|
193 |
+
|
194 |
## Libraries Used
|
195 |
|
196 |
The following libraries were used in this project:
|