V-Sense / ACTION-Net

Official PyTorch implementation of ACTION-Net: Multipath Excitation for Action Recognition (CVPR'21)
MIT License
198 stars 45 forks source link

Problems with PKL file generation #7

Closed kkk241-q closed 3 years ago

kkk241-q commented 3 years ago

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?

villawang commented 3 years ago

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.

kkk241-q commented 3 years ago

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

villawang commented 3 years ago

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.

ZooHam commented 3 years ago

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.