V-Sense / ACTION-Net

Official PyTorch implementation of ACTION-Net: Multipath Excitation for Action Recognition (CVPR'21)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems with PKL file generation

kkk241-q opened this issue · comments

Hi, I'm a newbie. I would like to ask what is the code on the Jester dataset, something-something V2 dataset and generating the training, testing, and validating PKL files?

Hi, I'm a newbie. I would like to ask what is the code on the Jester dataset, something-something V2 dataset and generating the training, testing, and validating PKL files?

Hi there, you can follow our generalized PKL files to generate annotations for yours.

Hi, I'm a newbie. I would like to ask what is the code on the Jester dataset, something-something V2 dataset and generating the training, testing, and validating PKL files?

Hi there, you can follow our generalized PKL files to generate annotations for yours.

Can you give me a jester data set into pkl data code, that is very helpful to me

Hi, I'm a newbie. I would like to ask what is the code on the Jester dataset, something-something V2 dataset and generating the training, testing, and validating PKL files?

Hi there, you can follow our generalized PKL files to generate annotations for yours.

Can you give me a jester data set into pkl data code, that is very helpful to me

You can have a try to load our provided pkl file and then modify each row to yours. This is the best way to do this. Convert code is messy.

Hi, I find the lables of jester's test.pkl are all 0. And when I run the test_jester_8f.sh, I get top1 =3.4 and top5 =16.7 witch mode is 'val' and use val.pkl. And get top1 =0, top5 = 100 witch mode is 'test' and use test.pkl.