1aurent commited on
Commit
f290b67
1 Parent(s): 4cc17c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -19
README.md CHANGED
@@ -1,20 +1,20 @@
1
- ---
2
- license: mit
3
- pipeline_tag: mask-generation
4
- library_name: refiners
5
- tags:
6
- - vision
7
- - image-segmentation
8
- - matting
9
- - remove background
10
- - background
11
- - background-removal
12
- - salient-object-detection
13
- - PyTorch
14
- - refiners
15
- datasets:
16
- - finegrain/finegrain-product-masks-lite
17
- ---
18
 
19
  # Release note for Finegrain Box Segmenter v0.1
20
 
@@ -95,7 +95,7 @@ We're using the usual metrics, namely MAE, Smeasure, Emeasure and Dice, computed
95
 
96
  ## Limitations
97
 
98
- The Finegrain Box Segmenter 0.1 has a number of limitations that will be tackled in future versions:
99
 
100
  - prompting is not baked in yet,
101
  - it struggles when the object is touching the side of the image,
@@ -178,4 +178,9 @@ comfy node registry-install comfyui-refiners
178
  ```
179
 
180
  [Example workflow](https://github.com/finegrain-ai/refiners/blob/main/src/comfyui-refiners/assets/box_segmenter.json)
181
- [![Workflow](https://raw.githubusercontent.com/finegrain-ai/refiners/main/src/comfyui-refiners/assets/box_segmenter.png)](https://github.com/finegrain-ai/refiners/blob/main/src/comfyui-refiners/assets/box_segmenter.json)
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ pipeline_tag: mask-generation
4
+ library_name: refiners
5
+ tags:
6
+ - vision
7
+ - image-segmentation
8
+ - matting
9
+ - remove background
10
+ - background
11
+ - background-removal
12
+ - salient-object-detection
13
+ - PyTorch
14
+ - refiners
15
+ datasets:
16
+ - finegrain/finegrain-product-masks-lite
17
+ ---
18
 
19
  # Release note for Finegrain Box Segmenter v0.1
20
 
 
95
 
96
  ## Limitations
97
 
98
+ The Finegrain Box Segmenter v0.1 has a number of limitations that will be tackled in future versions:
99
 
100
  - prompting is not baked in yet,
101
  - it struggles when the object is touching the side of the image,
 
178
  ```
179
 
180
  [Example workflow](https://github.com/finegrain-ai/refiners/blob/main/src/comfyui-refiners/assets/box_segmenter.json)
181
+ [![Workflow](https://raw.githubusercontent.com/finegrain-ai/refiners/main/src/comfyui-refiners/assets/box_segmenter.png)](https://github.com/finegrain-ai/refiners/blob/main/src/comfyui-refiners/assets/box_segmenter.json)
182
+
183
+ ### Via our HuggingFace Space (https://huggingface.co/spaces/finegrain/finegrain-object-cutter)
184
+
185
+ You can directly try it for free on our space, you may get rate-limited by [ZeroGPU](https://huggingface.co/zero-gpu-explorers) though.
186
+ You will have better performances running the model yourself, and even more from our API (just [ping us](mailto:[email protected])!)