File size: 438 Bytes
8134f9e 4b43272 8134f9e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
---
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). |