FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

DeepLearning/Image_segmentation/DeepLabV3 at master · Overmind7/DeepLearning · GitHub

Latest commit

 

History

History
 
 

README.md

DeepLabV3 网络 结构 复现

训练数据下载

链接:https://pan.baidu.com/s/1sRomCSZ-Wo_qlCMMQMbkIA?pwd=9noc 提取码:9noc

预训练权重

训练

  • 配置文件:config/example.yaml

您需要在配置文件中 修改您的数据路径,详细注解见config/example.yaml

  • train
python train.py --config_name config/example.yaml

推理

python predict.py --cfg config/example.yaml --weights [checkpoint_path] --source [test_data_path]

tensorboard

tensorboard --logdir=log_path

Back | FazBrowse Home | New Git URL