https://github.com/jjjsyyy/PH-Net
[CVPR2024] Officical implementation of PH-Net.
https://github.com/jjjsyyy/PH-Net
Last synced: 3 months ago
JSON representation
[CVPR2024] Officical implementation of PH-Net.
- Host: GitHub
- URL: https://github.com/jjjsyyy/PH-Net
- Owner: jjjsyyy
- Created: 2024-03-27T05:34:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-28T03:30:17.000Z (12 months ago)
- Last Synced: 2024-10-29T17:49:13.205Z (8 months ago)
- Language: Python
- Homepage:
- Size: 902 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PH-Net
=====
Official implementation of [__"PH-Net: Semi-Supervised Breast Lesion Segmentation via Patch-wise Hardness"__](https://openaccess.thecvf.com/content/CVPR2024/papers/Jiang_PH-Net_Semi-Supervised_Breast_Lesion_Segmentation_via_Patch-wise_Hardness_CVPR_2024_paper.pdf), CVPR 2024.
Notes
-----
Due to the confidentiality agreement in commercial cooperation, we only provide codes of core modules and the whole trainable models for the convenience of comparisons.Requirements
-----
* python >= 3.6
* pytorch >= 1.10.2Citation
-----
If you find our code useful, please cite our paper.
```bib
@inproceedings{jiang2024ph,
title={PH-Net: Semi-Supervised Breast Lesion Segmentation via Patch-wise Hardness},
author={Jiang, Siyao and Wu, Huisi and Chen, Junyang and Zhang, Qin and Qin, Jing},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
pages={11418--11427},
year={2024}
}
```Acknowledgement
-----
We thank [U²PL](https://github.com/Haochen-Wang409/U2PL) for part of their codes.