Perfectfox256 commited on
Commit
4b43272
·
verified ·
1 Parent(s): fb49328

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
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).