从paddlex训练得到骨干网络为Resnet18的FasterRCNN,想转成onnx模型报错
Created by: MichaelZhero
!x2paddle --framework=paddle2onnx --model=work/ --save_dir=work/onnx_model
/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/sklearn/externals/joblib/externals/cloudpickle/cloudpickle.py:47: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp paddle.version = 1.8.0 Translating PaddlePaddle to ONNX...
Total:173, Current:173 : fetch
There's 11 ops are not supported yet
=========== roi_align ===========
=========== sequence_expand ===========
=========== gather ===========
=========== generate_proposals ===========
=========== elementwise_div ===========
=========== box_coder ===========
=========== box_clip ===========
=========== lod_reset ===========
=========== distribute_fpn_proposals ===========
=========== anchor_generator ===========
=========== collect_fpn_proposals ===========
[1]