Video-Dataset-Loading-Pytorch
Video-Dataset-Loading-Pytorch copied to clipboard
Generic PyTorch dataset implementation to load and augment VIDEOS for deep learning training loops.
Hello. I'd like to present something to fix: TO FIX: 1. the quick demo(demo.py) at this [link](https://video-dataset-loading-pytorch.readthedocs.io/en/latest/) report an incorrect way to use the VideoFrameDataset class. In the specific: -...
Hi there, this looks like a really good dataloader, but i was wondering why the bounding boxes werent loaded in the annotations, i have read through the read me briefly...
Hey, great repo! thank you! Just a question about annotations.txt. Am i right in the assumption that if I do NOT include a datapoint in annotations.txt, it will not be...
What would be required to make this work for very large video sets? Would it be some integration with web dataset?