asxasxdscsd

Results 2 comments of asxasxdscsd

the first error is shown because you haven't the frozen_inference_graph.pb in this directory: /object_detection/inference_graph. try this: python export_inference_graph.py --input_type image_tensor --pipeline_config_path training/faster_rcnn_inception_v2_pets.config --trained_checkpoint_prefix training/model.ckpt-6347 --output_file inference_graph/frozen_inference_graph.pb make sure this number...

@leccyril i have same problem. in traning options, there is a parameter that resize the input images to 1024*600 with this code : model { faster_rcnn { num_classes: 4 image_resizer...