Azure/ImageSimilarityUsingCntk

Does the codebase support png images

Closed this issue · 1 comments

I'm trying with my own custom dataset that consists of lot of png images. I want to know if the code can try on png images also or should I make changes in the code to train my model using png images. When I tried to run 1_prepareData.py file it is not making pairs of images as it is showing 0.
Thanks in Advance

I've made changes in the 1_prepareData.py file replaced the extension of jp into png and worked it out. It's working fine. Thank you.