open-mmlab / mmaction

An open-source toolbox for action understanding based on PyTorch
https://open-mmlab.github.io/
Apache License 2.0
1.86k stars 353 forks source link

train.py 执行时,_filter_imgs函数img_info是str,发生了TypeError: CocoDataset: string indices must be integers错误 #234

Open jiangxinufo opened 2 years ago

jiangxinufo commented 2 years ago

train.py 执行时,_filter_imgs函数img_info是str,发生了TypeError: CocoDataset: string indices must be integers错误 具体是 什么原因呢?