Commit ·
c3c4ad4
1
Parent(s): 7b615ae
Update README and Model Card with YAML metadata
Browse files- README.md +14 -0
- model_card.md +16 -1
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Image Segmentation with ResNet + U-Net
|
| 2 |
|
| 3 |
💡 ResNet + U-NET fusion combines deep and contextual vision (ResNet) with spatial fidelity and accuracy in the details (U-NET).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- image-segmentation
|
| 5 |
+
- unet
|
| 6 |
+
- resnet
|
| 7 |
+
- computer-vision
|
| 8 |
+
- pytorch
|
| 9 |
+
library_name: transformers
|
| 10 |
+
datasets:
|
| 11 |
+
- antoreepjana/cv-image-segmentation
|
| 12 |
+
inference: false
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
# Image Segmentation with ResNet + U-Net
|
| 16 |
|
| 17 |
💡 ResNet + U-NET fusion combines deep and contextual vision (ResNet) with spatial fidelity and accuracy in the details (U-NET).
|
model_card.md
CHANGED
|
@@ -1,4 +1,19 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
## 🧾 Overview
|
| 4 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- image-segmentation
|
| 5 |
+
- unet
|
| 6 |
+
- resnet
|
| 7 |
+
- computer-vision
|
| 8 |
+
- pytorch
|
| 9 |
+
library_name: transformers
|
| 10 |
+
datasets:
|
| 11 |
+
- antoreepjana/cv-image-segmentation
|
| 12 |
+
inference: false
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# ? Model Card ? Segmentation
|
| 16 |
+
|
| 17 |
|
| 18 |
## 🧾 Overview
|
| 19 |
|