如何在Vue.js中使用nsfwjs?

时间:2019-07-18 05:37:22

标签: vue.js

我需要将 nsfwjs vuejs 一起使用,但是出现了错误。有没有人使用这些可以指导我如何集成它们?

nsfwjs.load('../nsfwjs/model/').then(function(model) {
        model.classify(imageFile).then(function(predictions) {
          console.log('Predictions: ', predictions)
        })
      })

我收到此错误:

Uncaught (in promise) Error: Error when checking : expected input_1 to have shape [null,299,299,3] but got array with shape [1,224,224,3].

0 个答案:

没有答案