Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# hotscreen-detection-models
|
2 |
+
NSFW bodyparts detection models to use with Hotscreen or to train your own.
|
3 |
+
|
4 |
+
You can use the script labelize-folder.py to labelize your dataset.
|
5 |
+
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).
|