zhyever / PatchFusion

[CVPR 2024] An End-to-End Tile-Based Framework for High-Resolution Monocular Metric Depth Estimation
https://zhyever.github.io/patchfusion/
MIT License
958 stars 64 forks source link

--mode rn working as intended? I don't see a difference #18

Closed petermg closed 6 months ago

petermg commented 9 months ago

So when I run this with --mode r256, or --mode r1, I get the same results. Is this expected or is something broken? I mean it's WAY FASTER with r1 ;)

--mode r256 out137_gray

--mode r1 out137_gray

zhyever commented 9 months ago

There is something different actually. Please note the horizontal stripes on the curtains and plants. With more patches, these artifacts are suppressed, meanwhile the foreground object boundaries are not over-smooth. That's the meaning of the 'local-ensemble' in our paper.