ytfeng commited on
Commit
5142c7c
·
1 Parent(s): 4d21104

Add the missing yaml config for quantizing MP-PalmDet and improve quantized MP-PalmDet (#60)

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -17,8 +17,6 @@ python demo.py
17
  python demo.py -i /path/to/image
18
  ```
19
 
20
- NOTE: For the quantized model, you will need to install OpenCV 4.6.0 to have asymmetric paddings support for quantized convolution layer in OpenCV. Score threshold needs to be adjusted as well for the quantized model, which is empirically 0.49.
21
-
22
  ### Example outputs
23
 
24
  ![webcam demo](./examples/mppalmdet_demo.gif)
 
17
  python demo.py -i /path/to/image
18
  ```
19
 
 
 
20
  ### Example outputs
21
 
22
  ![webcam demo](./examples/mppalmdet_demo.gif)