Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
pipeline_tag: image-segmentation
|
4 |
language: []
|
5 |
base_model: isnet-general-use.pth
|
6 |
-
model_type:
|
7 |
tags:
|
8 |
- computer-vision
|
9 |
- image-background-removal
|
@@ -12,9 +12,9 @@ tags:
|
|
12 |
- is-net
|
13 |
---
|
14 |
|
15 |
-
#
|
16 |
|
17 |
-
|
18 |
|
19 |
## Model Details
|
20 |
|
@@ -88,11 +88,11 @@ if __name__ == "__main__":
|
|
88 |
## Citation
|
89 |
|
90 |
```bibtex
|
91 |
-
@misc{
|
92 |
-
title={
|
93 |
author={Trendyol Data Science Team},
|
94 |
year={2025},
|
95 |
-
howpublished={\url{https://huggingface.co/trendyol/
|
96 |
}
|
97 |
```
|
98 |
|
@@ -110,7 +110,7 @@ This model is released by Trendyol as a source-available, non-open-source model.
|
|
110 |
- Use the model for non-commercial research and internal testing.
|
111 |
- Use the model or its derivatives for commercial purposes, provided that:
|
112 |
- You cite Trendyol as the original model creator.
|
113 |
-
- You notify Trendyol in advance via [
|
114 |
|
115 |
### You are not allowed to:
|
116 |
|
|
|
1 |
---
|
2 |
+
license: cc-by-sa-4.0
|
3 |
pipeline_tag: image-segmentation
|
4 |
language: []
|
5 |
base_model: isnet-general-use.pth
|
6 |
+
model_type: bg_removal
|
7 |
tags:
|
8 |
- computer-vision
|
9 |
- image-background-removal
|
|
|
12 |
- is-net
|
13 |
---
|
14 |
|
15 |
+
# Background Removal
|
16 |
|
17 |
+
_Background Removal is an IS-Net–based human segmentation and background-removal model designed to automatically detect and isolate people in images. It produces high-quality binary/alpha masks and trimmed RGBA composites intended for downstream editing, compositing, and automated image pipelines. Although optimized for fashion photography, it is suitable for any application where the image contains human and the goal is to separate them cleanly from the background._
|
18 |
|
19 |
## Model Details
|
20 |
|
|
|
88 |
## Citation
|
89 |
|
90 |
```bibtex
|
91 |
+
@misc{trendyol2025backgroundremoval,
|
92 |
+
title={Trendyol Background Removal},
|
93 |
author={Trendyol Data Science Team},
|
94 |
year={2025},
|
95 |
+
howpublished={\url{https://huggingface.co/trendyol/background-removal}}
|
96 |
}
|
97 |
```
|
98 |
|
|
|
110 |
- Use the model for non-commercial research and internal testing.
|
111 |
- Use the model or its derivatives for commercial purposes, provided that:
|
112 |
- You cite Trendyol as the original model creator.
|
113 |
+
- You notify Trendyol in advance via [cqm.datascience@trendyol.com] or other designated contact.
|
114 |
|
115 |
### You are not allowed to:
|
116 |
|