Open yuchenlichuck opened 1 year ago
For robot implementation, we need onnx or openvino version of segformer, but currently, I found that segformer is not to to be converted to those versions, Does anyone can help us to find the reason or share your successful examples, thank you!
Was able to do this with a SegFormer hosted on Huggingface Transformers (function transformers.onnx.export).
transformers.onnx.export
@yuchenlichuck I have finished to export onnx model, you can refer to this.
For robot implementation, we need onnx or openvino version of segformer, but currently, I found that segformer is not to to be converted to those versions, Does anyone can help us to find the reason or share your successful examples, thank you!