deepchecks
deepchecks copied to clipboard
[FEAT] Improve property calculation time
Is your feature request related to a problem? Please describe. Calculating properties is way slower compared to what it should be. It also should be faster for a single image, not only on a vectorized batch.
Describe the solution you'd like Check options like
- use cv2
- use cython
- Utilize concurrent loading of images with pytorch dataloader