You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I'd like to express my admiration for this project! It’s been incredibly helpful in my work, and I truly appreciate all the effort that has gone into building and maintaining it.
However, I’ve encountered an issue that seems to indicate an incompatibility between decord and torchvision. Here’s a minimal reproducible example:
from decord import VideoReader
from torchvision import models
models.segmentation.fcn_resnet50().cuda()
Running the script got sgementation fault (core dumped) error.
Just comment import decord or switch import torch before import decord, the error will be gone.
First of all, I'd like to express my admiration for this project! It’s been incredibly helpful in my work, and I truly appreciate all the effort that has gone into building and maintaining it.
However, I’ve encountered an issue that seems to indicate an incompatibility between decord and torchvision. Here’s a minimal reproducible example:
Error Encountered:
Environment Details:
The text was updated successfully, but these errors were encountered: