Max Meyer
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# BEN - Background Erase Network (Beta Base Model)
|
@@ -65,5 +74,4 @@ foreground.save("./foreground.png")
|
|
65 |
|
66 |
## Installation
|
67 |
1. Clone Repo
|
68 |
-
2. Install requirements.txt
|
69 |
-
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
pipeline_tag: image-segmentation
|
4 |
+
tags:
|
5 |
+
- BEN
|
6 |
+
- background-remove
|
7 |
+
- mask-generation
|
8 |
+
- Dichotomous image segmentation
|
9 |
+
- background remove
|
10 |
+
- foreground
|
11 |
+
- background
|
12 |
---
|
13 |
|
14 |
# BEN - Background Erase Network (Beta Base Model)
|
|
|
74 |
|
75 |
## Installation
|
76 |
1. Clone Repo
|
77 |
+
2. Install requirements.txt
|
|