AaltoVision / relativeCameraPose

Relative Camera Pose Estimation Using Convolutional Neural Networks
https://arxiv.org/abs/1702.01381
71 stars 14 forks source link

I found a small bug in main.lua #9

Open hahahehe-coder opened 3 years ago

hahahehe-coder commented 3 years ago

In line 61, the variable name after "i =" should not be "opt.epochNumber", but "opt.epoch_number".