Instructions to use refiners/mvanet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Refiners
How to use refiners/mvanet with Refiners:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
library_name: refiners
|
| 4 |
-
pipeline_tag: image-
|
| 5 |
-
base_model: refiners/sd1_5.unet
|
| 6 |
-
base_model_relation: adapter
|
| 7 |
tags:
|
| 8 |
- swin
|
| 9 |
- mvanet
|
|
@@ -26,4 +24,4 @@ tags:
|
|
| 26 |
primaryclass = {cs.CV},
|
| 27 |
url = {https://arxiv.org/abs/2404.07445}
|
| 28 |
}
|
| 29 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
library_name: refiners
|
| 4 |
+
pipeline_tag: image-segmentation
|
|
|
|
|
|
|
| 5 |
tags:
|
| 6 |
- swin
|
| 7 |
- mvanet
|
|
|
|
| 24 |
primaryclass = {cs.CV},
|
| 25 |
url = {https://arxiv.org/abs/2404.07445}
|
| 26 |
}
|
| 27 |
+
```
|