dm_pix icon indicating copy to clipboard operation
dm_pix copied to clipboard

PIX is an image processing library in JAX, for JAX.

Results 4 dm_pix issues
Sort by recently updated
recently updated
newest added

I have been doing some experiments with PIX since it allows computing image augmentations in the GPU in contrast to torchvision which computes in the CPU and requires multiple workers...

enhancement

I noticed that all versions of dm-pix library require `jax>=0.4.16`, even the `0.1.0` version. Is that necessary? I wonder if this can be modified so that I can use dm-pix...

question

https://dm-pix.readthedocs.io/en/latest/api.html#random-flip-left-right Despite being documented to say so, there is no way to actually pass in the channel_axis to this function. So you cannot set the image format to be HWC....