diff --git a/tutorials/train/README.md b/tutorials/train/README.md index a04a742..4923f49 100644 --- a/tutorials/train/README.md +++ b/tutorials/train/README.md @@ -6,6 +6,9 @@ |------|--------|---------| |object_detection/ppyolo.py | 目标检测PPYOLO | 昆虫检测 | |semantic_segmentation/deeplabv3p_resnet50_vd.py | 语义分割DeepLabV3 | 视盘分割 | +|semantic_segmentation/farseg_test.py | 语义分割FarSeg | 遥感建筑分割 | +|change_detection/cdnet_build.py | 变化检测CDNet | 遥感变化检测 | +|classification/resnet50_vd_rs.py | 图像分类ResNet50_vd | 遥感场景分类 |