open-mmlab / mmaction2

OpenMMLab's Next Generation Video Understanding Toolbox and Benchmark
https://mmaction2.readthedocs.io
Apache License 2.0
4.31k stars 1.25k forks source link

Can multiple datasets and data loaders be used? #1509

Open Backdrop9019 opened 2 years ago

Backdrop9019 commented 2 years ago

Hi I want to customize mmaction2 and use it for Domain adaptation. Therefore, I need define multiple datasets and dataloaders. Is there any tutorial or cookbook related to this?

kennymckormick commented 2 years ago

Hi, Backdrop9019, I think for your requirement, you may need to edit the code in mmaction/apis/train.py and also create a custom runner (probably).