deepinsight / deepinsight/insightface
Duplicate node name issue on scrfd (Face Detection) quantization
Open
- Dominant language
- Python
- Stars
- 29.7k
- Forks
- 6.1k
- PR merge metrics
- No merged PRs in 30d
Description
I've tried to quantized an scrfd onnx model but was faced with
`onnxruntime.capi.onnxruntime_pybind11_state.Fail: [ONNXRuntimeError] : 1 : FAIL : Load model from qq.onnx failed:This is an invalid model. Error: two nodes with same node name (neck.fpn_convs.1.conv.bias_scale_node).`
tried to rename all duplicated name but it doesn't solve.
this problem occurs for all kinds of scrfd models such as 10g, .., 500
**System information**
- OS Platform and Distribution: Linux Ubuntu 18.04:
- ONNX Runtime version: 1.8.1
- Python version: 3.8
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.