-
Notifications
You must be signed in to change notification settings - Fork 584
Description
Hello,
I'm using these model files:
https://github.com/infinitered/nsfwjs/tree/master/example/nsfw_demo/public/model
( I think it's the same as https://s3.amazonaws.com/nsfwdetector/min_nsfwjs.zip )
and I'm having several false positives.
100% non-adult face pictures get flagged as 90%+ porn
I tested also with the non-min model: https://s3.amazonaws.com/nsfwdetector/nsfwjs.zip
But, from the few examples I tried, it didn't change much at all, and some were even worse.
I see that in this issue: #276
You added some new "DAG 93" model.
Is this one supposed to have better accuracy?
What model is the best, and what should I use for best accuracy, please?
What is the difference between using the model provided in README (first link above),
and using the DAG one with { type: "graph" } ?
Are there pros and cons?
Thank you very much.