Usage

  1. Clone the repository.
git clone https://github.com/LeryLee/vein_segmentation
  1. Download the datasets used in our paper from here. The datasets used in our paper are newly collected. Please cite our paper if you use it for your research.
  • Organize the file structure as below.
|__ vein_segmentation
    |__ code
    |__ data
        |__ LVD2021
  1. Run pretrain.py and self_train.py to train and test the code.

Acknowledgement

mmsegmentation

PointRend

CE-Net