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

I am facing problem with ``` [ 14%] Linking CXX static library ../../lib/libopencv_cudaarithm.a [ 14%] Built target opencv_cudaarithm make: *** [all] Error 2 ``` cuda 11.4 GCC 8.3 OpenCV compilation...

could you please help me with this problem? I was using CUDA=10.2, pytorch and torchvision accordingly I got this error when I install the mmaction while running `./compile.sh` BTW, it...

Prompt version is not correct, after the change is still not correct. ![图片](https://user-images.githubusercontent.com/36125195/124721789-00d62c80-df3c-11eb-9d4f-2a53a840e294.png) ![图片](https://user-images.githubusercontent.com/36125195/124721809-0469b380-df3c-11eb-9b8c-1c51a156a686.png)

I try to train a model using UTF101 dataset. My GPU is GTX 2060S, and try to input: **./tools/dist_train_recognizer.sh configs/TSN/ucf101/tsn_rgb_bninception.py 1--validate** NOT work 2020-04-03 15:40:26,326 - INFO - Distributed training:...

Hi, I want to do action recognition on live camera in real time? Do you have any suggestions? Thanks~

Hi, Do you have the ability for finetuning slowfast model but with 2 classes only? in another word (could I change the number of classes of the last layer of...

Hello, thank you for sharing your great work on action recognition. Do you have plan to add some light-weight model, for example, C3D with shallow backbone, or recently released [X3D](https://arxiv.org/abs/2004.04730)...

enhancement

At test_configs/I3D_RGB/i3d_kinetics400_3d_rgb_inception_v1_seg1_f64s1.py, I find out the mean and std is ` img_norm_cfg = dict( mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57.375], to_rgb=True)` But in the source repo [kinetics-i3d](https://github.com/deepmind/kinetics-i3d), whose ReadMe.md tells...