Browse Source

Update README.md

LutaoChu 3 years ago
parent
commit
4a1cc1ede1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/train/README.md

+ 1 - 1
tutorials/train/README.md

@@ -5,7 +5,7 @@
 |代码 | 模型任务 | 数据 |
 |------|--------|---------|
 |object_detection/ppyolo.py | 目标检测PPYOLO | 昆虫检测 |
-|semantic_segmentation/deeplabv3p_resnet50_multi_channel.py | 语义分割DeepLabV3 | 视盘分割 |
+|semantic_segmentation/deeplabv3p_resnet50_multi_channel.py | 语义分割DeepLabV3 | 地块分类 |
 |semantic_segmentation/farseg_test.py | 语义分割FarSeg | 遥感建筑分割 |
 |change_detection/cdnet_build.py | 变化检测CDNet | 遥感变化检测 |
 |classification/resnet50_vd_rs.py | 图像分类ResNet50_vd | 遥感场景分类 |