deepchecks icon indicating copy to clipboard operation
deepchecks copied to clipboard

[FEAT] Improve property calculation time

Open noamzbr opened this issue 3 years ago • 0 comments

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

  1. use cv2
  2. use cython
  3. Utilize concurrent loading of images with pytorch dataloader

noamzbr avatar Sep 22 '22 15:09 noamzbr