Guest User

Untitled

a guest
Nov 18th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. TRAIN_MODEL_PATH=/media/jefby/models/research/book_train/ssd_mobilenetv2_quantize/
  4. cd ${TRAIN_MODEL_PATH}/training
  5.  
  6. python ../../../object_detection/export_inference_graph.py --input_type image_tensor --pipeline_config_path ${TRAIN_MODEL_PATH}/ssd_mobilenet_v2_quantized_300x300_coco.config --trained_checkpoint_prefix model.ckpt-163136 --output_directory /tmp/output/
Add Comment
Please, Sign In to add comment