File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -665,8 +665,8 @@ window.examplesResources = {
665665 "title_natureResourcePlatform_Vue" : 'Nature Resource Platform(Vue)' ,
666666 "title_ecologicalBigDataPlatform_Vue" : 'Ecological Big Data Platform(Vue)' ,
667667 "title_mask" :'Layer Mask' ,
668- "title_objectdetection" :"Machinelearning(Objectdetection)" ,
669- "title_binaryclassification" :"Machinelearning(Binaryclassification)" ,
668+ "title_objectdetection" :"Machinelearning Result Overlay (Objectdetection)" ,
669+ "title_binaryclassification" :"Machinelearning Result Overlay (Binaryclassification)" ,
670670
671671 "text_service_name" :"Name" ,
672672 "text_service_type" :"Type" ,
Original file line number Diff line number Diff line change @@ -616,8 +616,8 @@ window.examplesResources = {
616616 "title_natureResourcePlatform_Vue" : '自然资源平台大屏' ,
617617 "title_ecologicalBigDataPlatform_Vue" : '生态大数据平台大屏' ,
618618 "title_mask" :'图层掩膜' ,
619- "title_objectdetection" :"机器学习 (目标检测)" ,
620- "title_binaryclassification" :"机器学习 (二元分类)" ,
619+ "title_objectdetection" :"机器学习结果叠加 (目标检测)" ,
620+ "title_binaryclassification" :"机器学习结果叠加 (二元分类)" ,
621621
622622 "text_service_name" :"名称" ,
623623 "text_service_type" :"类型" ,
Original file line number Diff line number Diff line change @@ -362,19 +362,19 @@ var exampleConfig = {
362362 ]
363363 } ,
364364 machinelearning : {
365- name : "机器学习 " ,
366- name_en : "Machine Learning" ,
365+ name : "机器学习结果叠加 " ,
366+ name_en : "Machine Learning Result Overlay " ,
367367 content : [
368368 {
369- name : "二元分类 " ,
370- name_en : "Binary Classification" ,
369+ name : "二元分类结果叠加 " ,
370+ name_en : "Binary Classification Result Overlay " ,
371371 version : "10.1.0" ,
372372 thumbnail : "machinelearning_binaryclassification.png" ,
373373 fileName : "machinelearning_binaryclassification"
374374 } ,
375375 {
376- name : "目标检测 " ,
377- name_en : "Object Detection" ,
376+ name : "目标检测结果叠加 " ,
377+ name_en : "Object Detection Result Overlay " ,
378378 version : "10.1.0" ,
379379 thumbnail : "machinelearning_objectdetection.png" ,
380380 fileName : "machinelearning_objectdetection"
You can’t perform that action at this time.
0 commit comments