hustvl / TopFormer

TopFormer: Token Pyramid Transformer for Mobile Semantic Segmentation, CVPR2022
Other
373 stars 42 forks source link

Add the onnxsim support #26

Open LRY89757 opened 1 year ago

LRY89757 commented 1 year ago

Hi, onnxsim is a wonderfull onnx graph optimizer. I think it may be useful for the deploy of topformer! It could remove some unuseful ops in onnx graph and sometimes accelerate the computing. After the simplifying, the model could support more deploy ways, like ncnn, etc. image

gordinmitya commented 1 year ago

don't forget to test if model still can perform with various input sizes