Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# DCFM
|
| 2 |
The official repo of the paper `Democracy Does Matter: Comprehensive Feature Mining for Co-Salient Object Detection`.
|
| 3 |
|
|
@@ -49,4 +56,4 @@ reprodution by myself on TITAN X can be found at [reproduction3](https://drive.g
|
|
| 49 |
|
| 50 |
## Others
|
| 51 |
The code is based on [GCoNet](https://github.com/fanq15/GCoNet).
|
| 52 |
-
I've added a validation part to help select the model for closer results. This validation part is based on [GCoNet_plus](https://github.com/ZhengPeng7/GCoNet_plus). You can try different evaluation metrics to select the model.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- google/vit-base-patch16-224
|
| 7 |
+
---
|
| 8 |
# DCFM
|
| 9 |
The official repo of the paper `Democracy Does Matter: Comprehensive Feature Mining for Co-Salient Object Detection`.
|
| 10 |
|
|
|
|
| 56 |
|
| 57 |
## Others
|
| 58 |
The code is based on [GCoNet](https://github.com/fanq15/GCoNet).
|
| 59 |
+
I've added a validation part to help select the model for closer results. This validation part is based on [GCoNet_plus](https://github.com/ZhengPeng7/GCoNet_plus). You can try different evaluation metrics to select the model.
|