notAI-tech / NudeNet

Lightweight nudity detection
https://nudenet.notai.tech/
GNU Affero General Public License v3.0
1.66k stars 335 forks source link

Not Predicting unsafe on some nsfw images #139

Open wdcs-yashnotani opened 4 months ago

wdcs-yashnotani commented 4 months ago

I test the model on some NSFW images, but won't be able to predict the right classes, output is given below: [{'class': 'FEET_COVERED', 'score': 0.8085352182388306, 'box': [139, 590, 87, 89]}, {'class': 'FEET_COVERED', 'score': 0.7449782490730286, 'box': [332, 594, 94, 83]}, {'class': 'FACE_FEMALE', 'score': 0.6559804677963257, 'box': [137, 93, 50, 54]}, {'class': 'FEET_COVERED', 'score': 0.32463085651397705, 'box': [187, 545, 74, 73]}, {'class': 'BUTTOCKS_COVERED', 'score': 0.2598709464073181, 'box': [411, 422, 72, 106]}]

AlexUrrutia commented 4 months ago

Are you using browser version or Python version?