README.md (example) text
This prototype implements U-Net based segmentation for vein detection
pip install torch torchvision opencv-python numpy pillow
text
-
Place your images and masks into:
data/train_images/data/train_masks/
-
Run training: python train.py
text
- Add evaluation and inference.
- Experiment with advanced U-Net variants and preprocessing.
- Prepare final submissions and presentations.