-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPU decode error #145
Comments
Hi, I don't have very specific solutions but a few general observations that are always useful:
If in doubt, there's a new Dockerfile in this repo that has been provided by levan92. You can try to use that as a baseline and install torch from within that. |
I see the same issue with |
I also meet this problem. when I just |
I have the same issue on one of my videos-- CPU only. I then tried
|
I am facing a similar bug where the first N frames will be okay, but anything after frame N will result in those errors (sending packets and run_.load(). Did any one figure this out? I am not sure if it's related to this issue regarding corrupt frames or pertaining to videos coming from specific cameras. |
I'm having this exact issue too when decoding on the CPU. It's not related to corrupt files because the problem doesn't occur if I install decord from source and use it on the GPU. |
I've run into this issue as well (on cpu) -- does anyone have a fix? |
I also met the same problem. |
It stil exists now, not fixed. Hope to see more solutions |
Setting |
Thanks! it's work for me |
does anyone solve it? |
I run the code in docker container and its image is pytorch/pytorch:1.7.1-cuda11.0-cudnn8-devel.
I follow the example and build successfully, but something wrong happen
The error pops out like:
Env:ffmpeg 4.3.2,cuda 11.0,RTX 2080 Ti,Ubuntu 18.04
The text was updated successfully, but these errors were encountered: