fr1ll / clip-plot

A WebGL viewer for UMAP-clustered images
https://fr1ll.github.io/clip-plot/
MIT License
2 stars 0 forks source link

Idea: use FFCV for image load/validation/copy #54

Open fr1ll opened 11 months ago

fr1ll commented 11 months ago

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.