Xing Liang

Results 3 comments of Xing Liang

Hi, I found that after successfully run "Classify images" (codes in README.md), weights of ResNet50 has been auto downloaded. And you could find the downloaded weights at: C:\Users\username \\.keras\models\

- You will need to run ResNet50_similarity_Xing.py for image similarity detection by ResNet50; and VGG16_similarity_Xing.py for image similarity detection by VGG16. - Image similarity is compared between a pair of...

code_path = 'C:/Users/.../TF-DeepHand/' data_path = 'C:/Users/.../TF-DeepHand/input/' Make sure to download images and put image folder (i.e. "final_phoenix_noPause_noCompound_lefthandtag_noClean" ) inside \TF-DeepHand\input\images That will work.