Spaces:
Sleeping
Sleeping
slau8405 commited on
Commit ·
dce9836
1
Parent(s): d74fcc6
Added few more features
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Polygon Augmentation for Segmentation Tasks
|
| 2 |
|
| 3 |
This Hugging Face Space demonstrates a prototype for preserving *donut-type* polygon augmentation using Gradio.
|
|
@@ -22,22 +35,6 @@ Click the `Spaces` tab above and launch the demo. You can fork this Space to try
|
|
| 22 |
- Visualize augmentation live
|
| 23 |
- Integrate with DONUT-like transformers
|
| 24 |
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
---
|
| 31 |
-
title: Polygon Augmentation
|
| 32 |
-
emoji: 📉
|
| 33 |
-
colorFrom: green
|
| 34 |
-
colorTo: gray
|
| 35 |
-
sdk: gradio
|
| 36 |
-
sdk_version: 5.30.0
|
| 37 |
-
app_file: app.py
|
| 38 |
-
pinned: false
|
| 39 |
-
license: apache-2.0
|
| 40 |
-
short_description: Preserve donut shape polygon in Augmentation
|
| 41 |
---
|
| 42 |
|
| 43 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Polygon Augmentation
|
| 3 |
+
emoji: 📉
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: gray
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 5.30.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: apache-2.0
|
| 11 |
+
short_description: Preserve donut shape polygon in Augmentation
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
# Polygon Augmentation for Segmentation Tasks
|
| 15 |
|
| 16 |
This Hugging Face Space demonstrates a prototype for preserving *donut-type* polygon augmentation using Gradio.
|
|
|
|
| 35 |
- Visualize augmentation live
|
| 36 |
- Integrate with DONUT-like transformers
|
| 37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
---
|
| 39 |
|
| 40 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|