liujianee / SKEPXEL-Skeleton_Pixels_for_Action_Recognition

0 stars 0 forks source link

"NTU_skel_pseudo_images_SuperPixel_5x5_36.py" creates multiple frames #1

Open saniazahan opened 3 years ago

saniazahan commented 3 years ago

Hi I am trying to create SKEPXEL images using this file. According to your algorithm all the frames for a specific action should create a single image but when I run this different number of images are created per action. Isn't it supposed to create 1 image for say "S001C001P001R001A001" skeleton data. I

saniazahan commented 3 years ago

Also, when I use STRIDE=1 is creates 68 images for S001C001P001R001A001 and for STRIDE=68 it creates 1 image. It is said in the code that STRIDE decide how many pseudo images to be created.