Stephen Petrides
Stephen Petrides
Thank you for the response! I'll give this a try and report back.
I revisited this library and have found some success. ``` # Load 5 large video files as buffers # Create examples as explicit frame sequences (kept simple for now) dali_server_examples...
I used the ffmpeg command to create cfr_test-like videos of various durations. I am not running into the `Failed to create video decoder` error any longer. For my original dataset...
Sure, here is the full benchmarking script. ``` import random import tempfile import cv2 import pytest import torch import numpy as np from tqdm import tqdm from torch.utils.data import DataLoader,...