We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ca5a3 commit da73be0Copy full SHA for da73be0
README.md
@@ -1,6 +1,10 @@
1
# face-parsing-onnx
2
face parsing / face masking converted to onnx model
3
4
+CPU or GPU
5
+
6
+Requirements: opencv-python, numpy, onnxruntime (onnruntime-gpu, cudatoolkit=11.2 cudnn=8.1.0)
7
8
python inference.py --source_image "image.jpg" --parser_index 1,2,3,4,5,6,10,11,12,13
9
10
0 commit comments