zlszhonglongshen / pytorch-unet-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytorch-unet

目录结构

.
├── convert.py
├── datasets
│   └── gen_datasets
│            ├── train
│            │   ├── images
│            │   └── masks
│            └── val
│                ├── images
|                └── masks
├── eval_onnxruntime.py
├── loss.py
├── pytorch_unet.py
├── requirements.txt
└── train_self.py

About


Languages

Language:Python 100.0%