pytorch-coviar icon indicating copy to clipboard operation
pytorch-coviar copied to clipboard

Compressed Video Action Recognition

Results 57 pytorch-coviar issues
Sort by recently updated
recently updated
newest added

which version of Pytorch is used in this project?

thanks for providing your code .when training,gpu id was set to 0 and 1.but it was occupied in my server.so i change ids to 1and 2 ,one error occured :all...

``` ./reencode.sh hmdb51/videos/ hmdb51/mpeg4_videos/ ``` should change into ``` ./reencode.sh hmdb51/videos hmdb51/mpeg4_videos ```

Hi, did you do any post processing to visualize res information? I think I got too many (128,128,128) which is grey and they look different with the examples in the...

Hi! I am facing this error when training,Could not allocate video parser context , Decoding video failed. Kindly please guide me. ![image](https://user-images.githubusercontent.com/30739821/49987969-2e3ee180-ffb0-11e8-860b-440ab2199d8e.png)

Thank you for your attention. My question is how to generate the train/test list for Kinetics dataset? Is there any file I can use to do this? Looking forward to...

Hi, thanks for your suggestions, I already can reproduce your code, and I have a problem with the fusion of optical flow. I guess that your fusion to optical flow...

When I run combine.py, I am facing following error: Traceback (most recent call last): File "combine.py", line 48, in main() File "combine.py", line 24, in main with np.load(args.iframe) as iframe:...

Dear developer, I fail to see why we need to add the `--disable-yasm` option to configure FFmpeg. It will lose a lot of performance, won't it?