DORN icon indicating copy to clipboard operation
DORN copied to clipboard

Depth decoding method in kitti_demo.py

Open angshine opened this issue 5 years ago • 1 comments

I notice that in kitti_demo.py, you use

ord_score = ord_score/counts - 1.0
ord_score = (ord_score + 40.0)/25.0
ord_score = np.exp(ord_score)

to decode the ordinal regression result (index) to depth in meters. What is the relationship between this equation and the equations in the original paper, which are: image image

How do you merge these two equations into one, and what alpha and beta do you use?

angshine avatar May 21 '19 08:05 angshine

same problem

lixiang-ucas avatar Aug 11 '19 06:08 lixiang-ucas