pulkitag/egomotion

Recursive Computation of Egomotion

Opened this issue · 0 comments

Instead of directly predicting the angles along X, Y and Z directions together - what about we sequentially predict them. First the CNN predicts rotation along X axis, then along Y and so on. In particular prediction of X is fed into the network when it is making a prediction for Y.