terminal:
python src/gen_tflite_coreml.py --frozen_pb=/Users/huangzhuhui/Downloads/bambootest/trained/model00001.pb --input_node_name='image' --output_node_name='Convolutional_Pose_Machine/stage_5_out' --output_path='./' --type=coreml
error:
tensorflow.python.framework.errors_impl.OutOfRangeError: Node 'Conv2d_0/BatchNorm/FusedBatchNormV3' (type: '_FusedConv2D', num of outputs: 1) does not have output 5
terminal:
python src/gen_tflite_coreml.py --frozen_pb=/Users/huangzhuhui/Downloads/bambootest/trained/model00001.pb --input_node_name='image' --output_node_name='Convolutional_Pose_Machine/stage_5_out' --output_path='./' --type=coreml
error:tensorflow.python.framework.errors_impl.OutOfRangeError: Node 'Conv2d_0/BatchNorm/FusedBatchNormV3' (type: '_FusedConv2D', num of outputs: 1) does not have output 5