瀏覽代碼

update restful data struct doc

laibaohua 4 年之前
父節點
當前提交
2456f320a6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/gui/restful/data_struct.md

+ 1 - 1
docs/gui/restful/data_struct.md

@@ -130,7 +130,7 @@ ProjectType = Enum('ProjectType',
 'detection',#检测
 'segmentation',#分割
 'instance_segmentation',#实例分割
-'remote_segmentation'#摇杆分割
+'remote_segmentation'#遥感分割
 ),start=0)
 ```