prevampire.save_npy#

prevampire.prevampire.save_npy(img_arr, img_name_list, save_location)[source]#

Save NumPy arrays as .npy files in the specified location.

Parameters:
img_arrlist

A list of NumPy arrays representing images.

img_name_listlist

A list of image names corresponding to the arrays.

save_locationstr

The directory where the .npy files will be saved.

Raises:
UnequalLengthError

If the lengths of the input arrays are not equal.