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
93 stars 34 forks source link

paddle2tengine: support yolov3 head part #61

Closed cccxinli closed 3 years ago

cccxinli commented 3 years ago

1、support some op; 2、fix resize save func in tengine serializer。

codecov[bot] commented 3 years ago

Codecov Report

Merging #61 (ed04712) into paddle-lite (e505070) will increase coverage by 0.11%. The diff coverage is 19.80%.

Impacted file tree graph

@@               Coverage Diff               @@
##           paddle-lite      #61      +/-   ##
===============================================
+ Coverage        31.94%   32.05%   +0.11%     
===============================================
  Files               39       39              
  Lines            11582    11148     -434     
===============================================
- Hits              3700     3574     -126     
+ Misses            7882     7574     -308     
Impacted Files Coverage Δ
tools/paddle/paddle_serializer.cpp 73.33% <19.80%> (-11.66%) :arrow_down:
tools/onnx/onnx_serializer.cpp 28.73% <0.00%> (+0.47%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e505070...ed04712. Read the comment docs.