Remove a label from Custom labels in Rekognition - different results?

0

I have a training and test data set, each with 10 or so labels applied. I created a model on that data. Let's call it Model 1.

Then, I created a new project and used the same data set, but I removed a label by removing it in all images in which it appeared, in both the test and training data. I created a second model, Model 2.

For the labels that remain in both models, however, I get different precision and recall values for labels that I did not change in any way. Does this make sense?

asked 2 months ago122 views
1 Answer
0

Hello,

Yes, this is expected behavior due to multiple factors. One major contributor could be changes in the threshold value. The Custom Labels feature implements custom logic to compute optimal thresholds for each training iteration, hence variations are reflected in the Precision and Recall calculations. Further details can be found in the summary file, which contains the threshold values computed per training run.

Reference can be found here

AWS
answered 2 months ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions