我需要将 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].