AIchallenger2018农业疾病
背景
在keras的基础上写了一个 Ai Challenger 农作物竞赛的 baseline。
比赛地址(competition address):农作物病害检测 (已被官方关闭)
数据集(dataset address):数据集 (别人上传的)
完整代码地址(full code address):plants_disease_detection
成绩(score)*:线上(online) 0.88658
最终测试集(final) testB top 20
python3.5 keras2.2.2
模型尝试了 resnet50,densenet ,invectionV3,vgg,bilinear
对于resnet50进行小范围调参。
旋转(rotate)
翻转(flip)
模糊(blur)
光线变换(relight)
随机裁剪(random crop)