lpiccinelli-eth / UniDepth

Universal Monocular Metric Depth Estimation
Other
588 stars 47 forks source link

New verison 2 model to onnx #56

Open Ahnsungmoon opened 3 months ago

Ahnsungmoon commented 3 months ago

Thank you for great work! I tried to the new version 2 model to onnx export. But, I have got the model tensor size mismatch error. How to resolve this problem?

lpiccinelli-eth commented 3 months ago

We have pushed without looking into the onnx, but it should be consistent, can you add the traceback error?

Ahnsungmoon commented 3 months ago

I have got the this error message. Screenshot from 2024-06-19 23-31-22 So, I tried to change the 'depth_ssi' to 'depth_features'.. But I have got the under error message.. Screenshot from 2024-06-19 23-37-11

lpiccinelli-eth commented 3 months ago

You should be able to export v2 correctly now, if any problem persists let me know!