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

After several epochs of training on kinetics 400, I always get an error... no matter how much num_workers_per_gpu i set, it always happen like this... does it matter with the...

Instructions for running the test reference model are: ``` 1. wget -c https://open-mmlab.s3.ap-northeast-2.amazonaws.com/mmaction/models/ucf101/tsn_2d_rgb_bninception_seg3_f1s1_b32_g8-98160339.pth -P ./modelzoo/ 2. python tools/test_recognizer.py configs/ucf101/tsn_rgb_bninception.py tsn_2d_rgb_bninception_seg3_f1s1_b32_g8-98160339.pth --gpus 8 ``` Did you mean for it to be:...

I like to do temporal action detection. Can you help on how to evaluated the existing methods on THUMOS14 dataset? I know part of it should be like this: `python...

Hi, i am trying to run training function: ./tools/dist_train_recognizer.sh configs/ucf101/tsn_rgb_bninception.py 1 --validate dataset i using: only 3 classes in UCF101, and i have change num_classes = 3 in configs/ucf101/tsn_rgb_bninception.py but...

I can't download any dataset, they're too big and the network is bad. How can I use trained model detect my video?

@zhaoyue-zephyrus I use test_detector.py to test thumos14, but get KeyError: 'SSN2D is not in the detector registry'. I only use 20 videos of test(1574), modify the thumos14_tag_test_normalized_proposal_list.txt ![image](https://user-images.githubusercontent.com/15357846/61789868-5a74e780-ae48-11e9-806f-d0ffbddc0c55.png) How can...

I tried to apply parallel test but this error occurred: _pickle.PicklingError: Can't pickle : attribute lookup _data_func on __main__ failed @zhaoyue-zephyrus

[flake8](http://flake8.pycqa.org) testing of https://github.com/open-mmlab/mmaction on Python 3.7.1 $ __flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics__ ``` ./mmaction/models/tenons/anchor_heads/anchor_head.py:257:34: F821 undefined name 'multiclass_nms' det_bboxes, det_labels = multiclass_nms( ^ ./mmaction/models/tenons/bbox_heads/bbox_head.py:124:33: F821 undefined name 'accuracy'...

Hi Dear friend, I am training with i3d on my personal dataset with `--validation` flag. If i want to performs evaluation every 2 or 3 epochs during the training, where...

Hi @zhaoyue-zephyrus , thanks for this wonderful repo. I noticed that the` --resume` switch for `data_tools/build_rawframes.py` does not work, as the set difference operation `fullpath_list = set(fullpath_list).difference(set(done_fullpath_list))` will always return...