ShuweiShao / IEBins

[NeurIPS2023] IEBins: Iterative Elastic Bins for Monocular Depth Estimation
MIT License
80 stars 4 forks source link

prediction - fusion technique #11

Closed PetropoulakisPanagiotis closed 6 months ago

PetropoulakisPanagiotis commented 6 months ago

Hi,

I saw that by default you use a fusion technique where you combine the depth prediction with the depth prediction of the "horizontal flipped image".

The results in the paper use this technique too? What is the drop in performance if you remove this step?

Thank you in advance!

ShuweiShao commented 6 months ago

Yes, we follow adabins and newcrfs, which also use this technique. When removing it, the preformance will suffer a slight drop.