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 = {
639639 "title_mvt_mapboxgl" :"MVT WGS84 (叠加 MapboxGL)" ,
640640 "title_binary_classification" : "二元分类" ,
641641 "title_landcover_classification" : "地物分类" ,
642- "title_object_detection" : "目标识别 " ,
642+ "title_object_detection" : "目标检测 " ,
643643
644644 "text_service_name" :"名称" ,
645645 "text_service_type" :"类型" ,
Original file line number Diff line number Diff line change 66
77< head >
88 < meta charset ="UTF-8 ">
9- < title data-i18n ='resources.title_binary_classification '> </ title >
9+ < title data-i18n ='resources.title_object_detection '> </ title >
1010 < style >
1111 # predict {
1212 position : absolute;
2222 < script type ="text/javascript " include ="bootstrap,vue " src ="../js/include-web.js "> </ script >
2323 < script include ="tensorflow " src ="../../dist/mapboxgl/include-mapboxgl.js "> </ script >
2424 < 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' ;
2626 var img = document . querySelector ( '#tileImg16' ) ;
2727 var canvas = document . querySelector ( '#data-canvas1' ) ;
2828 var ctx = canvas . getContext ( '2d' ) ;
You can’t perform that action at this time.
0 commit comments