Open Backdrop9019 opened 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?
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).
mmaction/apis/train.py
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?