rizavelioglu
commited on
Commit
•
12d33e8
1
Parent(s):
951a9ca
update README.md
Browse files
README.md
CHANGED
@@ -12,11 +12,14 @@ datasets:
|
|
12 |
pipeline_tag: object-detection
|
13 |
---
|
14 |
|
15 |
-
## Facere
|
16 |
|
17 |
-
The models proposed in the paper
|
|
|
|
|
|
|
18 |
|
19 |
-
|
20 |
|
21 |
## Usage
|
22 |
|
|
|
12 |
pipeline_tag: object-detection
|
13 |
---
|
14 |
|
15 |
+
## Facere*
|
16 |
|
17 |
+
The models proposed in the paper _"FashionFail: Addressing Failure Cases in Fashion Object Detection and Segmentation"_
|
18 |
+
[[paper]](https://arxiv.org/abs/2404.08582) [[project page]](https://rizavelioglu.github.io/fashionfail/):
|
19 |
+
- `facere_base.onnx`: A pre-trained Mask R-CNN fine-tuned on `Fashionpedia-train`.
|
20 |
+
- `facere_plus.onnx`: `facere_base` model further fine-tuned on `FashionFail-train`.
|
21 |
|
22 |
+
_* Facere (fa:chere) is a Latin word for 'to make', from which the word fashion is derived.[[source]](https://en.wikipedia.org/wiki/Fashion#:~:text=The%20term,to%20make)_
|
23 |
|
24 |
## Usage
|
25 |
|