You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why the depth map is taken from current sample (self.cur_data['depth']), and not taken from reference?
According to function definition and implementation in
Hi @DanRos22 , sorry for late reply.
Please refer to the previous issue #7 .
Simple explanation will be:
cur_data[self.cfg.translation_scale.kp_src] actually stores kp_ref
while
ref_data[self.cfg.translation_scale.kp_src][ref_id] stores kp_cur.
The reason is mentioned in #7
DF-VO/vo_modules.py
Lines 766 to 768 in e9d91ba
Why the depth map is taken from current sample (
self.cur_data['depth']
), and not taken from reference?According to function definition and implementation in
DF-VO/vo_modules.py
Line 582 in e9d91ba
What am I missing?
Thanks for this work!
The text was updated successfully, but these errors were encountered: