CVMI-Lab / UHDM

(ECCV2022) This is the official PyTorch implementation of ECCV2022 paper: Towards Efficient and Scale-Robust Ultra-High-Definition Image Demoireing
Apache License 2.0
191 stars 25 forks source link

need onnx model #4

Closed weixia1 closed 1 year ago

weixia1 commented 1 year ago

hi, i tried to transform the .pth model you offered into .onnx model, but the test result is bad. so,if can you offer a .onnx model or pth2onnx.py? thank you

XinYu-Andy commented 1 year ago

Sorry, I do not have the experience working on .onnx model and we have no plan to do this.

hi, i tried to transform the .pth model you offered into .onnx model, but the test result is bad. so,if can you offer a .onnx model or pth2onnx.py? thank you

weixia1 commented 1 year ago

ok

weixia1 commented 1 year ago

I have solved this problem to get correct result, so happy!

hi, i tried to transform the .pth model you offered into .onnx model, but the test result is bad. so,if can you offer a .onnx model or pth2onnx.py? thank you

XinYu-Andy commented 1 year ago

I have solved this problem to get correct result, so happy!

hi, i tried to transform the .pth model you offered into .onnx model, but the test result is bad. so,if can you offer a .onnx model or pth2onnx.py? thank you

congrats!

CVmeta commented 1 year ago

I have solved this problem to get correct result, so happy!

hi, i tried to transform the .pth model you offered into .onnx model, but the test result is bad. so,if can you offer a .onnx model or pth2onnx.py? thank you

Seem problem, could you please share your solution or .onnx model?tks

home56200 commented 1 year ago

Can you provide Onnx program code, please, thank you