HIT icon indicating copy to clipboard operation
HIT copied to clipboard

Could MultiSports Dataset be tranformed to like ucf101-24 dataset or JHMDB dataset?

Open Eurususu opened this issue 1 year ago • 4 comments

as showed in title

Eurususu avatar Jul 12 '23 06:07 Eurususu

It could. To get started with Multisports, I would suggest the other repository HIT_ava. The code does not follow the methodology of the published paper but it's simpler and more accurate (at least for UCF and JHMDB), while requiring only person annotations.

joslefaure avatar Jul 12 '23 06:07 joslefaure

Thanks for suggestion. I have tried convert Multispots to AVA format dataset followinghttps://github.com/Whiffe/Custom-ava-dataset_Custom-Spatio-Temporally-Action-Video-Dataset, but I extracted key frame every five frames. When I test the custom dataset on SlowFast, it was a shit! (and in Multisports some actions just few frames) So I wanna ask how do you make custom AVA dataset and how many frames should be skipped to extract a keyframe?

Eurususu avatar Jul 12 '23 07:07 Eurususu

I did not skip any frame for AVA (ran the code on video data) For Multisports, I use all the frames provided by the authors of the dataset.

joslefaure avatar Jul 12 '23 07:07 joslefaure

@Eurususu Hello, can you provide the code to convert multisports into ava data format and train in hit_ava?thank you very much

ddddqt avatar Mar 12 '24 08:03 ddddqt