evatt-harvey-salinger
commited on
Commit
•
88be1cf
1
Parent(s):
c13b506
Upload fiftyone.yml with huggingface_hub
Browse files- fiftyone.yml +18 -0
fiftyone.yml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
description: The "Beyond the Cranial Vault" (BTCV) dataset used by Medical-SAM2 paper.
|
2 |
+
Treats CT scans as a video samples for fine-tuning the Semgent-Anything-2 model.
|
3 |
+
fiftyone:
|
4 |
+
version: '>=0.25.0'
|
5 |
+
format: FiftyOneDataset
|
6 |
+
name: btcv
|
7 |
+
tags:
|
8 |
+
- Med-SAM2
|
9 |
+
- Medical-SAM2
|
10 |
+
- btcv
|
11 |
+
- ct
|
12 |
+
- fiftyone
|
13 |
+
- fiftyone
|
14 |
+
- medical
|
15 |
+
- sam2
|
16 |
+
- scan
|
17 |
+
- segmentation
|
18 |
+
- video
|