File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -639,7 +639,7 @@ window.examplesResources = {
639
639
"title_mvt_mapboxgl" :"MVT WGS84 (叠加 MapboxGL)" ,
640
640
"title_binary_classification" : "二元分类" ,
641
641
"title_landcover_classification" : "地物分类" ,
642
- "title_object_detection" : "目标识别 " ,
642
+ "title_object_detection" : "目标检测 " ,
643
643
644
644
"text_service_name" :"名称" ,
645
645
"text_service_type" :"类型" ,
Original file line number Diff line number Diff line change 6
6
7
7
< head >
8
8
< meta charset ="UTF-8 ">
9
- < title data-i18n ='resources.title_binary_classification '> </ title >
9
+ < title data-i18n ='resources.title_object_detection '> </ title >
10
10
< style >
11
11
# predict {
12
12
position : absolute;
22
22
< script type ="text/javascript " include ="bootstrap,vue " src ="../js/include-web.js "> </ script >
23
23
< script include ="tensorflow " src ="../../dist/mapboxgl/include-mapboxgl.js "> </ script >
24
24
< script >
25
- var modelUrl = 'https://iclient.supermap.io/web/data/machine_learning/objcet_detection /model.json' ;
25
+ var modelUrl = 'https://iclient.supermap.io/web/data/machine_learning/object_detection /model.json' ;
26
26
var img = document . querySelector ( '#tileImg16' ) ;
27
27
var canvas = document . querySelector ( '#data-canvas1' ) ;
28
28
var ctx = canvas . getContext ( '2d' ) ;
You can’t perform that action at this time.
0 commit comments