rouge012
rouge012
### The doc issue When I run this command“python tools/analysis_tools/report_accuracy.py --preds data/posec3dlimb.pkl data/posec3djoint.pkl --coefficients 1.0 1.0”, an error occurs"IndexError: only integers, slices (`:`), ellipsis (`...`), numpy.newaxis (`None`) and integer or...
### Branch main branch (1.x version, such as `v1.0.0`, or `dev-1.x` branch) ### Prerequisite - [X] I have searched [Issues](https://github.com/open-mmlab/mmaction2/issues) and [Discussions](https://github.com/open-mmlab/mmaction2/discussions) but cannot get the expected help. - [X]...
hi @rouge012, the co-occurrence matrix $A\in R^{N_v \times N_o} $ is a two dimension matrix, where $N_v$ indicates the length of verb categories and $N_o$ indicate the length of object...
Hi! I have a doubt when I inserted MGSampler into the original codes. What are the img_diff_sthv1_train.json and img_diff_sthv1_val.json in ./MGSampler/mmaction/datasets? How can I get them? with open('/home/zhiyuan/img_diff_sthv1_train.json', 'r') as...
请问是只能对视频分类还是可以对视频中的人物标框分别识别出各自行为?
KeyError: "class `CocoDataset` in mmdet/datasets/coco.py: 'mmdet.LoadImageFromFile is not in the transform registry. Please check whether the value of `mmdet.LoadImageFromFile` is correct or it was registered as expected. More details can...