harveyslash/Facial-Similarity-with-Siamese-Networks-in-Pytorch

output to eg csv?

Opened this issue · 0 comments

This is very cool. Thank you for this.

I'm interested to get the output as a table: image1.jpg, image2.jpg, dissimilarity score.

I understand that this is not something the dataloader can do, so I'd have to modify, as in eg: https://discuss.pytorch.org/t/dataloader-filenames-in-each-batch/4212

...but I'm not having much success. Wondered if there was something blindingly obvious that I'm just missing.

Thanks