Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# CARIS: Context-Aware Referring Image Segmentation
|
2 |
This repository is for the ACM MM 2023 paper "CARIS: Context-Aware Referring Image Segmentation". Code is available [here](https://github.com/lsa1997/CARIS).
|
3 |
|
@@ -29,4 +34,4 @@ We have released pretrained CARIS models including:
|
|
29 |
| RefCOCO+ testA | 86.10 | 80.00 | 37.98 | 73.69 | 75.75 |
|
30 |
| RefCOCO+ testB | 72.76 | 65.13 | 35.51 | 60.41 | 65.15 |
|
31 |
| RefCOCOg val(U) | 80.84 | 71.73 | 35.07 | 67.95 | 71.53 |
|
32 |
-
| RefCOCOg test(U)| 81.91 | 73.22 | 34.95 | 69.75 | 72.18 |
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pipeline_tag: image-segmentation
|
5 |
+
---
|
6 |
# CARIS: Context-Aware Referring Image Segmentation
|
7 |
This repository is for the ACM MM 2023 paper "CARIS: Context-Aware Referring Image Segmentation". Code is available [here](https://github.com/lsa1997/CARIS).
|
8 |
|
|
|
34 |
| RefCOCO+ testA | 86.10 | 80.00 | 37.98 | 73.69 | 75.75 |
|
35 |
| RefCOCO+ testB | 72.76 | 65.13 | 35.51 | 60.41 | 65.15 |
|
36 |
| RefCOCOg val(U) | 80.84 | 71.73 | 35.07 | 67.95 | 71.53 |
|
37 |
+
| RefCOCOg test(U)| 81.91 | 73.22 | 34.95 | 69.75 | 72.18 |
|