fr1ll / clip-plot

A WebGL viewer for UMAP-clustered images

Home Page:https://fr1ll.github.io/clip-plot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Idea: use FFCV for image load/validation/copy

fr1ll opened this issue · comments

FFCV is a library intending to reduce image bottlenecks during inference: https://github.com/libffcv/ffcv

It would be interesting to see if we can use this instead of our own code to do image validation, copying, and bulk inference.