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

Hi,yijxiong!Thanks so much for your great work,I have followed mmaction to install denseflow successfully and am ready to prepare my own datasets for action detection.But I find that" build_file_list.py" only...

I am training localizer on a new dataset COIN. In the config file it expects a proposal file (similar to thumos14_tag_val_normalized_proposal_list.txt for THUMOS14). In case of THUMOS14, it is just...

Dear @zhaoyue-zephyrus , I want to extract features (for a custom dataset) generated by TSN. I reckon that the tensor containing features is present here (https://github.com/open-mmlab/mmaction/blob/eb7ace3458df6d551b99a1026abee2b209376a6b/mmaction/models/recognizers/TSN2D.py#L123). While running my dataset...

@zhaoyue-zephyrus @loveunk @lindahua @acrophile @yjxiong When I test the I3D model, I found that the name of the data read by each GPU is the same. Have you encountered the...

Thanks for the great work for action understanding! I am very interested in the work of TrajectoryNet. So I wander to when to release the source code of TrajectoryNet[ NIPS'18]?...

Hi there, I am trying to use the https://github.com/wzmsltw/BSN-boundary-sensitive-network.pytorch repo, which points me to the ancestor of this repo (https://github.com/yjxiong/temporal-segment-networks) to get the TSN features for my dataset. > To...

Hi, Thanks for your contribution of mmaction which is an awesome open-source project on the GitHub! I have a few questions about the performance of AVA model which is in...

![image](https://user-images.githubusercontent.com/10162407/69060191-ec38de00-0a51-11ea-9e11-02d0394326d6.png) it's get wrong when clone the reporsitory easylogging++ the error log is as below: ``` Cloning into 'include/easylogging++'... error: RPC failed; curl 52 Empty reply from server fatal: The...

Successfully complie traj_conv but running mmaction/ops/trajectory_conv_package/gradcheck.py failed. ``` Traceback (most recent call last): File "gradcheck.py", line 27, in test = gradcheck(conv_offset3d, (input, offset), eps=1e-5, atol=1e-1, rtol=1e-5) File "xxx/python3.6/site-packages/torch/autograd/gradcheck.py", line 214,...

hi, I found file faster_rcnn.py in models, I wonder whether mmaction can support faster-rcnn now? If support, is there any configs can be provided, i really do not know how...