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]}]
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]}]