Add the missing yaml config for quantizing MP-PalmDet and improve quantized MP-PalmDet (#60)
Browse files
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 |

|
|
|
|
| 17 |
python demo.py -i /path/to/image
|
| 18 |
```
|
| 19 |
|
|
|
|
|
|
|
| 20 |
### Example outputs
|
| 21 |
|
| 22 |

|