libffcv / ffcv

FFCV: Fast Forward Computer Vision (and other ML workloads!)
https://ffcv.io
Apache License 2.0
2.84k stars 178 forks source link

Enable temporal frame loading #374

Closed richardrl closed 4 months ago

richardrl commented 5 months ago
  1. It should be issubclass instead of isinstance.
  2. I discussed with @GuillaumeLeclerc this idea of loading sequences of images. To do so, we need to pass more information into the TraversalOrder object.

Also see #191