Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. const int wanted_input_width = 299;
  2. const int wanted_input_height = 299;
  3. const int wanted_input_channels = 3;
  4. const float input_mean = 128.0f;
  5. const float input_std = 128.0f;
  6. const std::string input_layer_name = "Mul";
  7. const std::string output_layer_name = "final_result";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement