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
I dont understand why the invlambda_l is defineds as: invlambda(1,delta+K:min(delta+K+sT-1, T))
In my view, i think it should be invlambda(1,delta+K+1:min(delta+K+sT-1, T)) because delta is delay frame and K are the pass frames, so we are going to estimate the frame started at "delta + k +1"
can you tell me the difference or any my mistaken understanding.
The text was updated successfully, but these errors were encountered:
Thnaks for your work,
I dont understand why the invlambda_l is defineds as:
invlambda(1,delta+K:min(delta+K+sT-1, T))
In my view, i think it should be
invlambda(1,delta+K+1:min(delta+K+sT-1, T)) because delta is delay frame and K are the pass frames, so we are going to estimate the frame started at "delta + k +1"
can you tell me the difference or any my mistaken understanding.
The text was updated successfully, but these errors were encountered: