Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. # Vector shape (-1, -1, -1, 3) = image_tensor
  2. # Base64 string shape (-1) = encoded_image_string_tensor
  3. INPUT_TYPE = 'encoded_image_string_tensor'
  4. python models/research/object_detection/export_inference_graph.py \
  5. --input_type $INPUT_TYPE \
  6. --pipeline_config_path model/pipeline.config \
  7. --trained_checkpoint_prefix model/model.ckpt \
  8. --inference_graph_path output_inference_graph.pb \
  9. --output_directory exported_model
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement