Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Dimensions of processed SHREC2017 #20

Open
czhou005 opened this issue Jan 20, 2022 · 1 comment
Open

Dimensions of processed SHREC2017 #20

czhou005 opened this issue Jan 20, 2022 · 1 comment

Comments

@czhou005
Copy link

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.

@ycmin95
Copy link
Collaborator

ycmin95 commented Jan 20, 2022

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants