Merge branch 'tensorflow_modelUrl_support' into 'dev'
Added modelUrl support to tensorflow plugin. See merge request Shinobi-Systems/Shinobi!213add-archived-and-accountType-columns
commit
6fbd85ce51
|
|
@ -24,7 +24,8 @@ module.exports = function(config){
|
|||
|
||||
async function loadCocoSsdModal() {
|
||||
const modal = await cocossd.load({
|
||||
base: config.cocoBase || 'lite_mobilenet_v2' //lite_mobilenet_v2
|
||||
base: config.cocoBase || 'lite_mobilenet_v2', //lite_mobilenet_v2
|
||||
modelUrl: config.cocoUrl,
|
||||
})
|
||||
return modal;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue