mmaction icon indicating copy to clipboard operation
mmaction copied to clipboard

An open-source toolbox for action understanding based on PyTorch

Results 55 mmaction issues
Sort by recently updated
recently updated
newest added

Warm Greetings! While trying different model in the tutorial, I am not able to download any of the checkpoints from Model_Zoo.md. Whenever I click the download link I am getting...

![image](https://user-images.githubusercontent.com/67902793/111124749-d0910980-85ab-11eb-9878-2944ea31ec2f.png)

The location of the bash scripts are changed from data_tools to tools/data.

when I run the script generate_filelist.sh, it has error messages: `ModuleNotFoundError: No module named 'mmaction.version'` the floder 'mmaction/mmaction' has not the file 'version.py', and the file on the 'mmaction' floder...

As mentioned in the heading, I would like to know how to finetune model on the custom dataset using a pre-trained model (I3D, C3D, etc..) Also, could you let me...

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