2021年生态资产构成智能分析
EDA
要求
分割模型-火炬
pip install git+https://github.com/qubvel/segmentation_models.pytorch
火车
python train.py
推理
python inference.py
提交
zip -r results.zip results
日志
2020-02-04
修改代码中的bug(测试中图像格式需要从BGR转换为RGB)
线上分数0.3406
2020-02-05
增加重新加权策略
线上分数0.3511(线下验证集miou分数下降,线上分数反而提高了,可能是因为训练集和测试的数据分布不同导致的)
2020-02-06
更换基准
骨干:高效
型号:unet ++
image_scale:256
联合损失:dice_loss + label_smooth
优化:adamW
调度
2022-02-15 21:41:21
443KB
Python
1