I have some images to extract their features by simple API for feature extraction.
however, I couldn't understand why _feature_extraction inside _evaluate function is different from this API.
because I want to calculate the distance of the extracted features, I don't know how to use the extracted feature by simple API by metrics.compute_distance_matrix function.
I have some images to extract their features by simple API for feature extraction. however, I couldn't understand why
_feature_extraction
inside_evaluate
function is different from this API. because I want to calculate the distance of the extracted features, I don't know how to use the extracted feature by simple API bymetrics.compute_distance_matrix
function.