Open jiang1st opened 6 years ago
What I have tried is to:
However, when I test the network with different figures (cat/person, etc), the output category does match the ground truth.(I match the index to the categories according to https://github.com/tensorflow/models/blob/master/research/slim/datasets/imagenet_lsvrc_2015_synsets.txt)
Thank you for releasing the pretrained model. I am wondering how to pre-process the image before putting them into the graph? In slim, there are several options, such as inception_preprocessing, vgg_preprocessing.