aharley / pips

Particle Video Revisited

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to track for only next 1 frame

HiteshSaaiNew opened this issue · 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 ?

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