!787 [模型王者挑战赛]_[MindSpore赛题]_[UNet3+]
Merge pull request !787 from 谭华林/unet3plus
No related branches found
No related tags found
Showing
- research/cv/UNet3+/README_CN.md 246 additions, 0 deletionsresearch/cv/UNet3+/README_CN.md
- research/cv/UNet3+/dataset_preprocess.py 94 additions, 0 deletionsresearch/cv/UNet3+/dataset_preprocess.py
- research/cv/UNet3+/default_config.yaml 92 additions, 0 deletionsresearch/cv/UNet3+/default_config.yaml
- research/cv/UNet3+/eval.py 107 additions, 0 deletionsresearch/cv/UNet3+/eval.py
- research/cv/UNet3+/export.py 38 additions, 0 deletionsresearch/cv/UNet3+/export.py
- research/cv/UNet3+/scripts/run_distribute_train.sh 59 additions, 0 deletionsresearch/cv/UNet3+/scripts/run_distribute_train.sh
- research/cv/UNet3+/scripts/run_eval.sh 44 additions, 0 deletionsresearch/cv/UNet3+/scripts/run_eval.sh
- research/cv/UNet3+/scripts/run_train.sh 43 additions, 0 deletionsresearch/cv/UNet3+/scripts/run_train.sh
- research/cv/UNet3+/src/config.py 131 additions, 0 deletionsresearch/cv/UNet3+/src/config.py
- research/cv/UNet3+/src/dataset.py 68 additions, 0 deletionsresearch/cv/UNet3+/src/dataset.py
- research/cv/UNet3+/src/logger.py 80 additions, 0 deletionsresearch/cv/UNet3+/src/logger.py
- research/cv/UNet3+/src/models.py 343 additions, 0 deletionsresearch/cv/UNet3+/src/models.py
- research/cv/UNet3+/src/util.py 174 additions, 0 deletionsresearch/cv/UNet3+/src/util.py
- research/cv/UNet3+/train.py 141 additions, 0 deletionsresearch/cv/UNet3+/train.py
research/cv/UNet3+/README_CN.md
0 → 100644
research/cv/UNet3+/dataset_preprocess.py
0 → 100644
research/cv/UNet3+/default_config.yaml
0 → 100644
research/cv/UNet3+/eval.py
0 → 100644
research/cv/UNet3+/export.py
0 → 100644
research/cv/UNet3+/scripts/run_eval.sh
0 → 100644
research/cv/UNet3+/scripts/run_train.sh
0 → 100644
research/cv/UNet3+/src/config.py
0 → 100644
research/cv/UNet3+/src/dataset.py
0 → 100644
research/cv/UNet3+/src/logger.py
0 → 100644
research/cv/UNet3+/src/models.py
0 → 100644
research/cv/UNet3+/src/util.py
0 → 100644
research/cv/UNet3+/train.py
0 → 100644
Please register or sign in to comment