Gamrix / cs231n_proj

Deep View Morphing
6 stars 1 forks source link

Rectification network #1

Open kikyou123 opened 7 years ago

kikyou123 commented 7 years ago

i read the paper Deep View Morping, it is a wonderful work! but i have something confused with it, i can not see the Rectification network in your code? and also, if the homographies H1 and H2 have the ground truth in the train?

Gamrix commented 7 years ago

There is no rectification network in our version. We just build a 2d Encode/Decode instead.