Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
@@ -18,4 +36,12 @@ configs:
|
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
### MedPointS-SEG
|
2 |
+
This is the medical point cloud segmentation dataset from [MedPoints](https://flemme-docs.readthedocs.io/en/latest/medpoints.html), where `data` is the input point cloud, and `label` is the class label.
|
3 |
+
|
4 |
+
Each point cloud has been normalized and sub-sampled to 4096 points.
|
5 |
+
|
6 |
+
If you find our project helpful, please consider to cite the following works:
|
7 |
+
|
8 |
+
```
|
9 |
+
@misc{zhang2025hierarchicalfeaturelearningmedical,
|
10 |
+
title={Hierarchical Feature Learning for Medical Point Clouds via State Space Model},
|
11 |
+
author={Guoqing Zhang and Jingyun Yang and Yang Li},
|
12 |
+
year={2025},
|
13 |
+
eprint={2504.13015},
|
14 |
+
archivePrefix={arXiv},
|
15 |
+
primaryClass={cs.CV},
|
16 |
+
url={https://arxiv.org/abs/2504.13015},
|
17 |
+
}
|
18 |
+
```
|
19 |
---
|
20 |
dataset_info:
|
21 |
features:
|
|
|
36 |
data_files:
|
37 |
- split: train
|
38 |
path: data/train-*
|
39 |
+
license: mit
|
40 |
+
language:
|
41 |
+
- en
|
42 |
+
tags:
|
43 |
+
- biology
|
44 |
+
- medical
|
45 |
+
- point cloud
|
46 |
+
- segmentation
|
47 |
+
---
|