OAID / Tengine-Convert-Tools

Tengine Convert Tool supports converting multi framworks' models into tmfile that suitable for Tengine-Lite AI framework.
Apache License 2.0
94 stars 34 forks source link

Convert gluoncv model: yolov3 error #20

Open Rainweic opened 3 years ago

Rainweic commented 3 years ago

These ops are not in mxnet serializer:

bzhang5 commented 3 years ago

@Rainweic These ops seem like preprocess or post processing part operators, you could cut off these operator if I am right. Normally, tmfile convert tool may not support pre processing or post processing part.

Rainweic commented 3 years ago

@Rainweic These ops seem like preprocess or post processing part operators, you could cut off these operator if I am right. Normally, tmfile convert tool may not support pre processing or post processing part.

唔, nms啥的可以剔除,但是