3D-ResNets-PyTorch icon indicating copy to clipboard operation
3D-ResNets-PyTorch copied to clipboard

3D ResNets for Action Recognition (CVPR 2018)

Results 111 3D-ResNets-PyTorch issues
Sort by recently updated
recently updated
newest added

HI, when I run the main.py it show me: that I "can not find opts.json in results path". I also can not run following command: "python main.lua -h"

I'd like to use this model using the Japanese dataset as follows: https://actions.stair.center/ But I don't have an annotation JSON file for the below option. --annotation_path kinetics.json Please tell me...

I want to test the accuracy of the training model with my own video. I tried to write the code that can load the model and test my own video,...

Any hint would be welcome, including, if necessary, how to patch the code for that. Thanks for sharing this excellent work. Best regards, Georges.

How to visualize 3D CNN? For example, the visualization of thermodynamic diagram.

Hi, Thanks for your source it was awesome. But I need to train action for new videos. It is possible to train our custom videos with these models. If possible...

when I use distribution training on GPUs, the process ids are the same and the GPU utilization rate is zero. ![rate](https://user-images.githubusercontent.com/42733639/112492954-b1b92100-8dbc-11eb-92d4-b1bf12542078.png) ![pid](https://user-images.githubusercontent.com/42733639/112492960-b2ea4e00-8dbc-11eb-8e22-e720dd207eaa.png)

I want to predict the class label using webcam. so I got the frame of webcam image, then put it to model. ``` frame = torch.tensor(frame) output = model(frame) ```...

I obey the code in README.md to run ``util_scripts/generate_video_jpgs.py``, but the new floder I created to put jpgs has nothing. whether the path of floder l created is wrong. Can...

When I generated ucf101.json, the following problems occurred “pandas.errors.ParserError : Error tokenizing data. C error: Expected 9 fields in line 3, saw 13” then I changed here: def load_ labels(label_...