pips icon indicating copy to clipboard operation
pips copied to clipboard

How to track for only next 1 frame

Open HiteshSaaiNew opened this issue 10 months ago • 1 comments

Hi,

I am trying to get the x, y coordinate prediction of only next frame for the give frame.

For example: If I give two frames with x, y coordinate of first frame, I want the traject only for next frame, and then again I want to provide a new x, y coordinate for frame two, and want to predict its position in the third frame. Do you how to change that in the chain_demo.py code ?

HiteshSaaiNew avatar Apr 18 '24 16:04 HiteshSaaiNew

I gave S (sequence) as 2, is that the way I achieve what I am looking for? but still I get 8 x, y coordinate from predict I think which is ok

HiteshSaaiNew avatar Apr 18 '24 21:04 HiteshSaaiNew