Skip to content

Commit

Permalink
dev(narugo): add label explaination
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Sep 11, 2024
1 parent 22f25e8 commit fe8ccd4
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 additions & 1 deletion imgutils/detect/nudenet.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,55 @@
.. image:: nudenet_detect_benchmark.plot.py.svg
:align: center
.. note::
Here is a detailed list of labels from the NudeNet detection model and their respective meanings:
.. list-table::
:widths: 25 75
:header-rows: 1
* - Label
- Description
* - FEMALE_GENITALIA_COVERED
- Detects covered female genitalia in the image.
* - FACE_FEMALE
- Detects the face of a female in the image.
* - BUTTOCKS_EXPOSED
- Detects exposed buttocks in the image.
* - FEMALE_BREAST_EXPOSED
- Detects exposed female breasts in the image.
* - FEMALE_GENITALIA_EXPOSED
- Detects exposed female genitalia in the image.
* - MALE_BREAST_EXPOSED
- Detects exposed male breasts in the image.
* - ANUS_EXPOSED
- Detects exposed anus in the image.
* - FEET_EXPOSED
- Detects exposed feet in the image.
* - BELLY_COVERED
- Detects a covered belly in the image.
* - FEET_COVERED
- Detects covered feet in the image.
* - ARMPITS_COVERED
- Detects covered armpits in the image.
* - ARMPITS_EXPOSED
- Detects exposed armpits in the image.
* - FACE_MALE
- Detects the face of a male in the image.
* - BELLY_EXPOSED
- Detects an exposed belly in the image.
* - MALE_GENITALIA_EXPOSED
- Detects exposed male genitalia in the image.
* - ANUS_COVERED
- Detects a covered anus in the image.
* - FEMALE_BREAST_COVERED
- Detects covered female breasts in the image.
* - BUTTOCKS_COVERED
- Detects covered buttocks in the image.
.. note::
This module requires onnxruntime version 1.18 or higher.
Expand Down

0 comments on commit fe8ccd4

Please sign in to comment.