Photoroom / datago

A golang-based data loader which can be used from Python. Processing data per sample at GB/s speeds, covering various use cases eventually.
MIT License
82 stars 0 forks source link

[feat] Add a map-based dataloader option #31

Open blefaudeux opened 3 days ago

blefaudeux commented 3 days ago

Right now it's only iterable, which limits a lot of the usefulness. We could cache the pages in the process then expose an index driven access (once the initial page walk is done)