Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 367 Bytes

File metadata and controls

31 lines (19 loc) · 367 Bytes

DBFace Network ONNX=>TensorRT

1.Reference

2.Export ONNX Model

python3 export_onnx.py

Don't support dynamic batch

3.TRT

INPUT

[1,3,640,640]

OUTPUT

[1,1,160,160]

[1,4,160,160]

[1,10,160,160]

[1,1,160,160]

4.Results