Skip to content

Commit 452cf57

Browse files
authored
Update README.md
1 parent 7207e61 commit 452cf57

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.md

+11-12
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# PointCHD
2-
PointCHD: A Point Cloud Benchmark for Congenital Heart Disease Classification and Segmentation
2+
PointCHD: A Point Cloud Benchmark for Congenital Heart Disease Classification and Segmentation [JBHI 2024]
33

44
**Authors:** Dinghao Yang, Wei Gao
55

6-
**Notes:** Since this work is under reivew, please contact [dinghowyang@gmail](mailto:dinghowyang@gmail ) for the dataset download.
6+
**Notes:** Please contact [dinghowyang@gmail](mailto:dinghowyang@gmail) for the dataset download.
77

88
## Abstract
99

@@ -38,7 +38,7 @@ Congenital heart disease (CHD) is one of the most common birth defects. With the
3838
[DGCNN](https://dl.acm.org/doi/pdf/10.1145/3326362) | ACM TOG'19 | 54.9 | 50.5 | 34.5 | 51.3
3939
[PointTransformer](https://openaccess.thecvf.com/content/ICCV2021/papers/Zhao_Point_Transformer_ICCV_2021_paper.pdf) | ICCV'21 | 55.6 | 53.1 | 35.0 | 51.9
4040
[PointManifold](https://dl.acm.org/doi/10.1145/3539611) |ACM TOMM'22 | 57.7 | 52.3 | 36.6 |53.6
41-
PointManifoldv2 (Ours) |Preprint | 60.1 | 55.2 | 39.5 |56.5
41+
PointManifoldv2 (Ours) |JBHI'24 | 60.1 | 55.2 | 39.5 |56.5
4242

4343
#### Multi-label Classification
4444

@@ -51,23 +51,22 @@ PointManifoldv2 (Ours) |Preprint | 60.1 | 55.2 | 39.5 |56.5
5151
| [DGCNN](https://dl.acm.org/doi/pdf/10.1145/3326362) | ACM TOG'19 | 19.5 |
5252
| [PointTransformer](https://openaccess.thecvf.com/content/ICCV2021/papers/Zhao_Point_Transformer_ICCV_2021_paper.pdf) | ICCV'21 | 22.0 |
5353
| [PointManifold](https://dl.acm.org/doi/10.1145/3539611) | ACM TOMM'22 | 22.0 |
54-
| PointManifoldv2 (Ours) | Preprint | 26.8 |
54+
| PointManifoldv2 (Ours) | JBHI'24 | 26.8 |
5555

5656
## Citation
5757

5858
```
59-
@misc{yang2023pointchd,
60-
title={PointCHD: A Point Cloud Benchmark for Congenital Heart Disease Classification and Segmentation},
61-
author={Dinghao Yang and Wei Gao},
62-
year={2023},
63-
publisher = {GitHub},
64-
journal = {GitHub repository},
65-
howpublished = {\url{https://github.com/Dinghow/PointCHD}},
59+
@article{yang2024pointchd,
60+
title={PointCHD: A Point Cloud Benchmark for Congenital Heart Disease Classification and Segmentation},
61+
author={Yang, Dinghao and Gao, Wei},
62+
journal={IEEE Journal of Biomedical and Health Informatics},
63+
year={2024},
64+
publisher={IEEE}
6665
}
6766
```
6867

6968
## Acknowledgement
7069

7170
The dataset source of PointCHD is based on [ImageCHD](https://github.com/XiaoweiXu/ImageCHD-A-3D-Computed-Tomography-Image-Dataset-for-Classification-of-Congenital-Heart-Disease), following the CC-BY license.
7271

73-
The code of PointManifoldv2 is partially based on [PointManifold](https://openi.pcl.ac.cn/dengy02/PointManifold_dy) and [dgcnn.pytorch](https://github.com/antao97/dgcnn.pytorch), following the MIT license.
72+
The code of PointManifoldv2 is partially based on [PointManifold](https://openi.pcl.ac.cn/dengy02/PointManifold_dy) and [dgcnn.pytorch](https://github.com/antao97/dgcnn.pytorch), following the MIT license.

0 commit comments

Comments
 (0)