video-classification-3d-cnn-pytorch icon indicating copy to clipboard operation
video-classification-3d-cnn-pytorch copied to clipboard

Video classification tools using 3D ResNet

Results 38 video-classification-3d-cnn-pytorch issues
Sort by recently updated
recently updated
newest added

when I use resnext-101 model and resnet-152 model, it throws this error. I can seccessfully use resnet-18 model. How to solve this problem?

When I run the command from the homepage python main.py --input ./input --video_root ./videos --output ./output.json --model wideresnet-50-kinetics.pth --mode score after I saved the wideresnet-50-kinetics.pth model to the same folder...

Excuse me, How to extract very short video in MOSI. I get no features when I extract less than a second of video

### Error :: `loading model /content/drive/MyDrive/model.pth ./videos/ ffmpeg version 3.4.8-0ubuntu0.2 Copyright (c) 2000-2020 the FFmpeg developers built with gcc 7 (Ubuntu 7.5.0-3ubuntu1~18.04) configuration: --prefix=/usr --extra-version=0ubuntu0.2 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping...

Hi I'm trying to use score mode on the main.py with a video1.mp4 example I placed in a videos directory inside the project directory but i get at the end...

Hi, Thanks a lot for the nice program. I have went through the whole program and it worked well. However, i found that there may be some mistake of indexing...

The video I wanted to classify is say X seconds, frames broken at 1 fps rate. And the segment (1,16) , what does this implicate? And, when mode score is...

Hi everyone! Following the instructions in the repo, the output of the code is: ``` UserWarning: volatile was removed and now has no effect. Use `with torch.no_grad():` instead. inputs =...

$ python generate_result_video/generate_result_video.py ./output.json ../videos ./videos_pred./class_names_list 5 ../videos/video1.mp4 dict_keys(['segment', 'features']) Traceback (most recent call last): File "generate_result_video/generate_result_video.py", line 61, in scores = np.array(clips[i]['scores']) KeyError: 'scores' Hi I am getting error...

I run following command: `python main.py --input ./input --video_root ./videos --output ./output.json --model_name resnext --model_depth 101 --model ./models/resnext-101-kinetics.pth --mode score` and got following error: > Traceback (most recent call last):...