sagarverma / EgoActionRecognition

Action recognition in first person (egocentric) videos.
6 stars 3 forks source link

Where should I put datapreporoccesed files? #2

Open kazucmpt opened 5 years ago

kazucmpt commented 5 years ago

Hi!

Would you tell me the detail of data preprocessing and where I should put the RGB and flow files? Are you going to upload the program files of data preprocessing?

I want to run your code in GTEA dataset. Thank you.

sagarverma commented 5 years ago

You can use the ImagePreloader class to create a dataloader for your dataset. You can also write a custom dataloader for your own dataset.