-
Notifications
You must be signed in to change notification settings - Fork 5
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
Optical Flow Data Missing #7
Comments
Yes, the published dataset does not contain all modalities because the total size would be ~17 TB otherwise, instead of 2.4 TB. I am generating the archive with the additional / missing ones right now and will post the download link when it is ready! |
Please see the update here: |
Thanks for releasing the additional data! May I ask the format of optical flow or how am I supposed to load a .png optical flow. |
As far as I know from playing around with it myself, when you load an optical flow PNG frame as RGBA, the channels have the following meaning:
The first two channels encode horizontal motion and the last two channels encode vertical motion. Unfortunately I do not know what the unit (i.e. normalization factor) is supposed to be, but please feel free to let us know here if anyone figures it out. Hope this helps! |
Thanks for your reply! I will give it a try following your instruction and see if I can figure it out. |
Hi, thanks for releasing this awesome work! I would like to know whether the optical flow data is missed in some scenarios. I unzipped the file and there is no optical flow data in the human_pose/PD_trex_Point_Cache_Final_2_17_2023/* folders.
The text was updated successfully, but these errors were encountered: