Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 501 Bytes

File metadata and controls

26 lines (19 loc) · 501 Bytes

README.md (example) text

VeinSegmentation_Prototype

Overview

This prototype implements U-Net based segmentation for vein detection

Setup

pip install torch torchvision opencv-python numpy pillow

text

Usage

  • Place your images and masks into:

    • data/train_images/
    • data/train_masks/
  • Run training: python train.py

text

Next Steps

  • Add evaluation and inference.
  • Experiment with advanced U-Net variants and preprocessing.
  • Prepare final submissions and presentations.