1 Star 0 Fork 1

李新辉/3D-Lung-nodules-detection

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config_submit.py 680 Bytes
一键复制 编辑 原始数据 按行查看 历史
royce.mao 提交于 2018-12-29 15:45 . CT影像分析
# -*- coding: utf-8 -*-
config = {'datapath':'./work/preprocess',
'preprocess_result_path':'./work/preprocess',
'outputfile':'prediction.csv',
'detector_model':'net_detector',
'detector_param':'./model/detector.ckpt',
'classifier_model':'net_classifier',
'classifier_param':'./model/classifier.ckpt',
'n_gpu':1,
'n_worker_preprocessing':None,
'use_exsiting_preprocessing':False,
'skip_preprocessing':True, # 跳过预处理过程,这里因为之前已经把所有数据都预处理完毕,所以设为True
'skip_detect':False} # 跳过第1阶段检测预测过程
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lixinhui541/Lung-nodules-detection.git
git@gitee.com:lixinhui541/Lung-nodules-detection.git
lixinhui541
Lung-nodules-detection
3D-Lung-nodules-detection
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385