tensorflow_makefile icon indicating copy to clipboard operation
tensorflow_makefile copied to clipboard

What are the value of input classes, image mean, input size and img std?

Open rmaelongakit opened this issue 8 years ago • 1 comments

I have retrained the classifier with my own images. Where will I base the value of input classes, image mean, input size and img std?

rmaelongakit avatar May 24 '17 00:05 rmaelongakit

private static final int NUM_CLASSES = 1001; //orig 1001 private static final int INPUT_SIZE = 299; //orig 224 private static final int IMAGE_MEAN = 128; //orig 117 private static final float IMAGE_STD = 128; //orig 1 private static final String INPUT_NAME = "yooo"; // private static final String INPUT_NAME = "input:0"; private static final String OUTPUT_NAME = "bottlenecks"; //private static final String OUTPUT_NAME = "output:0";

rmaelongakit avatar May 24 '17 00:05 rmaelongakit