Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# ConverSeg-Net-3B
|
| 6 |
+
|
| 7 |
+
Raw checkpoints for **ConverSeg-Net**.
|
| 8 |
+
|
| 9 |
+
These are **not** Hugging Face `from_pretrained` model files.
|
| 10 |
+
They are meant to be downloaded and used with the ConverSeg codebase:
|
| 11 |
+
https://github.com/AadSah/ConverSeg
|
| 12 |
+
|
| 13 |
+
## Download
|
| 14 |
+
|
| 15 |
+
```bash
|
| 16 |
+
git lfs install
|
| 17 |
+
git clone https://huggingface.co/aadarsh99/ConverSeg-Net-3B ./checkpoints/ConverSeg-Net-3B
|