Galalon / CV_training

training for CV team
2 stars 6 forks source link

Unclear instructions in Dimentionality reduction chapter in Data Science and Machine Learning. #4

Open eden500 opened 3 months ago

eden500 commented 3 months ago

The last two question about calculating the precision are unclear. It should be noted that there is a directory with pairs of images of the same persons and those are the positives.

shalev-habany commented 3 days ago

I agree with Eden, The metric we have asked to define is a metric that takes image and its reconstraction and returns us true or false, true means its the reconstruction of the image and false means its not the reconstruction of the image. However in order to calculate meaningful precision we need to have negative gt (we have only positive gt) so we can take the other images and label them as false for the other's image reconstraction then fp will be that the matrix says true to (reconstruction of image 0, image 1). If you are not understanding me the idea is similar to simclr (just without augmentations)