-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about pose warping #6
Comments
|
Thanks! But for estimating the local optical flow, I think in the code it is estimated between the original frame and warped frame right? Shouldn't the local flow be estimated between two warped frames as you mention? I'm referring to the Edit: Never mind I think I get the point. |
Hi, Sorry I have some further questions regarding the pose warping part. For Thank you! |
Sure. Let me connect the notations between the paper and the code. In the paper, we warp Does this help? |
That's very clear, thanks! And is there a reason we allow |
In our setup of alternate frame prediction, I guess you could simply train the flow estimator to predict flow from |
Hi,
I wanna ask some questions regarding
ObjectMotionIsolation01_VeedDynamic.py
andLOF_POI_01_VeedDynamic.py
. I notice that inObjectMotionIsolation01_VeedDynamic.py
, we choose to do pose warping betweenframe
andframe + 2
. However, inLOF_POI_01_VeedDynamic.py
, non-zero flow is estimated between two consecutive frames. Is there a reason for that?Also, I wonder is pose warping between
frame
andframe + 2
the reason forpred_frame_num
inTrainVideosData.csv
not including 0, 1, and 2?Thanks!
The text was updated successfully, but these errors were encountered: