Image Segmentation
Transformers
Safetensors
background-removal
image-matting
BiRefNet
transparency
camouflage
text-preservation
illustration
rgba
custom_code
Instructions to use egeorcun/lucida with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use egeorcun/lucida with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="egeorcun/lucida", trust_remote_code=True)# Load model directly from transformers import AutoModelForImageSegmentation model = AutoModelForImageSegmentation.from_pretrained("egeorcun/lucida", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
v7 numbers
Browse files
README.md
CHANGED
|
@@ -23,11 +23,12 @@ excel where most open models fail: **camouflaged objects, transparent materials
|
|
| 23 |
(glass), text & logos, VFX glows, and illustrations** — while staying competitive
|
| 24 |
everywhere else.
|
| 25 |
|
| 26 |
-
On our
|
| 27 |
-
model we tested — including a commercial reference — in **camouflage (0.
|
| 28 |
-
**illustration (0.
|
| 29 |
-
preservation (0.
|
| 30 |
-
|
|
|
|
| 31 |
**https://github.com/egeorcun/lucida** — or try the [live demo](https://huggingface.co/spaces/egeorcun/lucida-demo).
|
| 32 |
|
| 33 |
## Usage
|
|
|
|
| 23 |
(glass), text & logos, VFX glows, and illustrations** — while staying competitive
|
| 24 |
everywhere else.
|
| 25 |
|
| 26 |
+
On our 203-image, 9-category benchmark (MAE, lower is better) Lucida leads every
|
| 27 |
+
model we tested — including a commercial reference — in **camouflage (0.0270)** and
|
| 28 |
+
**illustration (0.0092)**, beats the commercial reference in **text/logo
|
| 29 |
+
preservation (0.0091 vs 0.0123)** and in **print-design/sticker art (0.0235 — 2x better
|
| 30 |
+
than every model measured)**, and sets our best-ever **transparency-in-mixed-objects** handling and
|
| 31 |
+
**overall (0.0257)** score — as of v7, ahead of every model we measured, specialist or commercial, on the 203-image average. Full benchmark, gallery and training recipe:
|
| 32 |
**https://github.com/egeorcun/lucida** — or try the [live demo](https://huggingface.co/spaces/egeorcun/lucida-demo).
|
| 33 |
|
| 34 |
## Usage
|