Skip to content

Repository files navigation

BeU2-Net

The official implementation for the JBHI-2025 paper "Boundary-Enhanced U2-Net for Simultaneous Four-Chamber Segmentation in Transthoracic Echocardiography".

Datasets

Public datasets

Private datasets

Getting Started

Install

first, download the project's code:

#clone the project
git clone 
cd project-name
conda create -n myenv python=3.8 -y
conda activate myenv

then, install all requirements:

pip install -r requirements.txt

prepare the dataset: modify the data_path in config_setting.py. The dataset for private dataset is as following organized:

├── [Your Data Path]
    ├── edges
    ├── images
    ├── masks
    └── label.csv

run train.py.

Citation

if you find this project useful, please consider citing:

@article{meng2025boundary,
  title={Boundary-Enhanced $ U\^{}$\{$2$\}$ $-Net for Simultaneous Four-Chamber Segmentation in Transthoracic Echocardiography},
  author={Meng, Yuanqin and Chai, Shengjie and Xiao, Haoyu and Meng, Zhaohui and Wang, Qingwang and Shen, Tao},
  journal={IEEE Journal of Biomedical and Health Informatics},
  year={2025},
  publisher={IEEE}
}

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages