Sohel Jagirdar

Results 1 comments of Sohel Jagirdar

This Worked For Me . Your **.pb** Model Will Created Inside **Training/saved_model/saved_model.pb** Just Change `--ouput_file` to `--output_directory=training` **Eg:** `python export_inference_graph.py --input_type image_tensor --pipeline_config_path training/faster_rcnn_inception_v2_coco.config --trained_checkpoint_prefix training/model.ckpt-1000 --output_directory=training ` **#note :...