base_model: | |
- Ultralytics/YOLO11 | |
- amd/yolox-s | |
tags: | |
- nsfw | |
- censor | |
- bodypart | |
- nudity | |
- adult | |
# hotscreen-detection-models | |
NSFW bodyparts detection models to use with Hotscreen or to train your own. | |
You can use the script labelize-folder.py to labelize your dataset. | |
You only have to install onnxruntime and cv2 in your python. Then edit the variables `folder` (containing your images) and `model` (the .onnx you want to use). |