yjh0410 / YOWOv2

The second generation of YOWO action detector.
MIT License
187 stars 31 forks source link

Dataset Structure Mismatch #7

Open Spawnfile opened 1 year ago

Spawnfile commented 1 year ago

Hello,

I've prepared my custom dataset as AVA V2.2 structure. However when I run the train script with ava_v2.2 param an error showed up from ava_helper.py although my dataset structure is AVA v2.2. Is there any document that explain what is the convenient data structure for training as multi-person spatio-temporal action detection ?

Best Alper