xuebinqin / U-2-Net

The code for our newly accepted paper in Pattern Recognition 2020: "U^2-Net: Going Deeper with Nested U-Structure for Salient Object Detection."
Apache License 2.0
8.31k stars 1.43k forks source link

Inference model with MNN framework #343

Closed AnhPC03 closed 1 year ago

AnhPC03 commented 1 year ago

Hello everyone, I converted Pytorch to Onnx model and inferenced successfully. I also converted Onnx to MNN successfully too, but when I ran inference on MNN, it was not correct. It only had half above of image, I searched everywhere but still could not find the half below. Have you worked with MNN and U2Net, please help me. Thank you

RUIXUEZHAOFENGNIAN commented 1 year ago

hi, could u provide the U2Netp onnx model?