GantMan / nsfw_model

Keras model of NSFW detector
Other
1.8k stars 279 forks source link

web model not working in the latest release #75

Closed pottekkat closed 1 year ago

pottekkat commented 4 years ago

@GantMan I tried the latest web model from the release titled Updated Models! and it does not seem to work with the nsfwjs library.

We are currently using this model shown in the nsfwjs repo and would like to update it to the latest model. Normally, changing the model.json file and shards should work right? But it is not working in our project.

Does the latest release in this repo (the web model) work with nsfwjs library. How can we update the model we use currently easily?

pottekkat commented 4 years ago

I do not think this is an issue with the model itself but maybe it not being read by the function from the nsfwjs library?

colindean commented 1 year ago

If this is still a problem, please provide the version of nsfw_detector that you're using, your Python version, your Python platform, and a code example of how you're invoking nsfw_detector, and reopen the issue.