ego-rnn icon indicating copy to clipboard operation
ego-rnn copied to clipboard

About Dataset Preparation issue

Open lixiangyu-1008 opened this issue 5 years ago • 13 comments

Hi @swathikirans thanks for your great work!

I follow the download link https://drive.google.com/file/d/1_y8Y3PnCXsngmZVMqZbg-AfJyIdOeQ2_/view?usp=sharing

But I cannot find the --trainDatasetDir ./dataset/gtea_61/split2/train in the zip file. It only have the "flow_x", "flow_y" and "frames".

lixiangyu-1008 avatar Oct 25 '19 13:10 lixiangyu-1008

I shared the frames of all the videos in the dataset. You can create the train/val splits by yourself. For example, the train data of split 2 consists of samples from S1, S3 and S4 while the val split consists of samples from S2.

swathikirans avatar Oct 25 '19 16:10 swathikirans

Thanks for replying. So how I can set the correct the train data of split 2 as you said in your paper? Is it the train data of split 2 only sample from S2?

lixiangyu-1008 avatar Oct 26 '19 01:10 lixiangyu-1008

For split 2, copy(or make symbolic links of) dirs S1, S3 and S4 to the train dir and S2 to the test dir

swathikirans avatar Oct 26 '19 08:10 swathikirans

Thanks, I will have a try!

lixiangyu-1008 avatar Oct 26 '19 08:10 lixiangyu-1008

Hi @swathikirans What's the different about the GTEA 61* and GTEA 61, it means that how to the fixed split?

lixiangyu-1008 avatar Oct 29 '19 02:10 lixiangyu-1008

GTEA61* is split 2 and GTEA61 in the table is the average across all four splits

swathikirans avatar Oct 29 '19 08:10 swathikirans

Is that for GTEA61, we should setting the train/test split as follows: For split1 : training : S2,S3,S4. testing:S1 For split2 : training : S1,S3,S4. testing:S2 For split3 : training : S1,S2,S4. testing:S3 For split4 : training : S1,S2,S3. testing:S4 Then average the four split accuracy ?

lixiangyu-1008 avatar Oct 29 '19 08:10 lixiangyu-1008

Yes, you are right.

swathikirans avatar Oct 29 '19 08:10 swathikirans

Thanks! :) Have you plan to test your model on EPIC-KITCHENS Dataset ?

lixiangyu-1008 avatar Oct 29 '19 08:10 lixiangyu-1008

No, I don't think I will try this model on EPIC-KITCHENS dataset.

swathikirans avatar Oct 29 '19 08:10 swathikirans

Ok, Thanks, I will follow your LSTA on EPIC-KITCHENS dataset.

lixiangyu-1008 avatar Oct 29 '19 08:10 lixiangyu-1008

@lixiangyu-1008 Any follow-up?

frostinassiky avatar Apr 11 '20 21:04 frostinassiky

@lixiangyu-1008 I have the same problem, how did you solve it?

chenwenhe11 avatar Sep 27 '20 06:09 chenwenhe11