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

I do not know why I fail to get residual from mp4: ``` (base) jingtun@winnie:~/mvff-sideversions$ sudo python3 VID_MV_Extractor.py ffmpeg version N-90418-g74c6a6d Copyright (c) 2000-2018 the FFmpeg developers built with gcc...

Hi Sir, Kindly check this error? how can I resolve this? ![error](https://user-images.githubusercontent.com/33715985/43116999-7e4b0ea0-8f45-11e8-8e76-a34e20ce645c.png)

Hello @chaoyuaw . I have successfully installed the module. But while importing coviar module, I am getting this error. Can you please tell me if there's something I am missing?...

![image](https://user-images.githubusercontent.com/32240761/86509577-96b41480-be1b-11ea-9180-01b647e25cf9.png)

Hey, I just copied the options and settings when I trained coviar on UCF101-split1, but I only got 57% acc (validation) when training. Is there something wrong? Any help? Thanks.

I had issues during the build procedure. The linker could not find some symbols. So, it's better to use pkgconfig to let the pkgconfig files decide which additional libraries to...

After I converted the hmdb51 and ucf101 data sets according to the "reencode.sh", some mp4 videos could not be recognized during training, but some mp4 videos success. And the unrecognizable...

Hi, I followed the instructions till ./install.sh in dataloader. But after that I am confused where should the `from coviar import load` run? When I run it from dataloader file,...

While doing the step ./install.h in the data loader, I get the following set of errors: coviar_data_loader.c:431:9: error: void function 'count_frames' should not return a value [-Wreturn-type] return -1; ^...

I am having some issues with GPU-RAM issues and hence needing to reduce batch size during testing. Is there a way I can do so? Thanks