dontLoveBugs / DORN_pytorch

PyTorch implementation of Deep Ordinal Regression Network for Monocular Depth Estimation
299 stars 67 forks source link

Question about equation #18

Closed abeyang00 closed 4 years ago

abeyang00 commented 5 years ago

In equation 4,

Screenshot from 2019-05-15 11-07-02

what is the meaning of P(w,h)-1 part? do you know why author is subtracting 1?

Thank you in advance

dontLoveBugs commented 4 years ago

It is the sum of cross-entropy loss of K binary classfication task.