ml-explore / mlx-data

Efficient framework-agnostic data loading
MIT License
362 stars 40 forks source link

Selecting a resampling algorithm for various image operations #43

Open gboduljak opened 9 months ago

gboduljak commented 9 months ago

Can we support a selection of resampling algorithm (e.g. bilinear, bicubic, nearest ...) for operations such as image_resize and image_resize_smallest_side?

This may be necessary to implement some models, such as CLIP (https://github.com/ml-explore/mlx-examples/pull/315).