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
After processing the SHREC2017 by the respective process.py, I found each video has been converted to pts_label.npy in [32, 256, 8]. The 32 refers to sampled video frame numbers, whereas each frame has 256 points sampled. Could you elaborate on 8? Does this mean channel or something pertinent?
Many thanks for considering this issue.
The text was updated successfully, but these errors were encountered:
Hi, thanks for your attention.
As shown in the L35-36 of the process code, the [0,4) correspond to the x,y,z,t; and the [4,7) correspond to the transformed x, y, z in the world coordinate system, and 7 is still the timestep. The transformation process can be found here. We provide this code to evaluate the spatial information under different coordinate systems.
Hi there,
After processing the SHREC2017 by the respective process.py, I found each video has been converted to pts_label.npy in [32, 256, 8]. The 32 refers to sampled video frame numbers, whereas each frame has 256 points sampled. Could you elaborate on 8? Does this mean channel or something pertinent?
Many thanks for considering this issue.
The text was updated successfully, but these errors were encountered: