# Generated by the protocol buffer compiler. DO NOT EDIT! # source: detection_result.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database from google.protobuf import descriptor_pb2 # @@protoc_insertion_point(imports) _sym_db = _symbol_database.Default() DESCRIPTOR = _descriptor.FileDescriptor( name='detection_result.proto', package='PaddleSolution', syntax='proto2', serialized_pb=_b('\n\x16\x64\x65tection_result.proto\x12\x0ePaddleSolution\"\x84\x01\n\x0c\x44\x65tectionBox\x12\r\n\x05\x63lass\x18\x01 \x01(\x05\x12\r\n\x05score\x18\x02 \x01(\x02\x12\x12\n\nleft_top_x\x18\x03 \x01(\x02\x12\x12\n\nleft_top_y\x18\x04 \x01(\x02\x12\x16\n\x0eright_bottom_x\x18\x05 \x01(\x02\x12\x16\n\x0eright_bottom_y\x18\x06 \x01(\x02\"Z\n\x0f\x44\x65tectionResult\x12\x10\n\x08\x66ilename\x18\x01 \x01(\t\x12\x35\n\x0f\x64\x65tection_boxes\x18\x02 \x03(\x0b\x32\x1c.PaddleSolution.DetectionBox') ) _sym_db.RegisterFileDescriptor(DESCRIPTOR) _DETECTIONBOX = _descriptor.Descriptor( name='DetectionBox', full_name='PaddleSolution.DetectionBox', filename=None, file=DESCRIPTOR, containing_type=None, fields=[ _descriptor.FieldDescriptor( name='class', full_name='PaddleSolution.DetectionBox.class', index=0, number=1, type=5, cpp_type=1, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, options=None), _descriptor.FieldDescriptor( name='score', full_name='PaddleSolution.DetectionBox.score', index=1, number=2, type=2, cpp_type=6, label=1, has_default_value=False, default_value=float(0), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, options=None), _descriptor.FieldDescriptor( name='left_top_x', full_name='PaddleSolution.DetectionBox.left_top_x', index=2, number=3, type=2, cpp_type=6, label=1, has_default_value=False, default_value=float(0), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, options=None), _descriptor.FieldDescriptor( name='left_top_y', full_name='PaddleSolution.DetectionBox.left_top_y', index=3, number=4, type=2, cpp_type=6, label=1, has_default_value=False, default_value=float(0), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, options=None), _descriptor.FieldDescriptor( name='right_bottom_x', full_name='PaddleSolution.DetectionBox.right_bottom_x', index=4, number=5, type=2, cpp_type=6, label=1, has_default_value=False, default_value=float(0), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, options=None), _descriptor.FieldDescriptor( name='right_bottom_y', full_name='PaddleSolution.DetectionBox.right_bottom_y', index=5, number=6, type=2, cpp_type=6, label=1, has_default_value=False, default_value=float(0), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, options=None), ], extensions=[ ], nested_types=[], enum_types=[ ], options=None, is_extendable=False, syntax='proto2', extension_ranges=[], oneofs=[ ], serialized_start=43, serialized_end=175, ) _DETECTIONRESULT = _descriptor.Descriptor( name='DetectionResult', full_name='PaddleSolution.DetectionResult', filename=None, file=DESCRIPTOR, containing_type=None, fields=[ _descriptor.FieldDescriptor( name='filename', full_name='PaddleSolution.DetectionResult.filename', index=0, number=1, type=9, cpp_type=9, label=1, has_default_value=False, default_value=_b("").decode('utf-8'), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, options=None), _descriptor.FieldDescriptor( name='detection_boxes', full_name='PaddleSolution.DetectionResult.detection_boxes', index=1, number=2, type=11, cpp_type=10, label=3, has_default_value=False, default_value=[], message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, options=None), ], extensions=[ ], nested_types=[], enum_types=[ ], options=None, is_extendable=False, syntax='proto2', extension_ranges=[], oneofs=[ ], serialized_start=177, serialized_end=267, ) _DETECTIONRESULT.fields_by_name['detection_boxes'].message_type = _DETECTIONBOX DESCRIPTOR.message_types_by_name['DetectionBox'] = _DETECTIONBOX DESCRIPTOR.message_types_by_name['DetectionResult'] = _DETECTIONRESULT DetectionBox = _reflection.GeneratedProtocolMessageType('DetectionBox', (_message.Message,), dict( DESCRIPTOR = _DETECTIONBOX, __module__ = 'detection_result_pb2' # @@protoc_insertion_point(class_scope:PaddleSolution.DetectionBox) )) _sym_db.RegisterMessage(DetectionBox) DetectionResult = _reflection.GeneratedProtocolMessageType('DetectionResult', (_message.Message,), dict( DESCRIPTOR = _DETECTIONRESULT, __module__ = 'detection_result_pb2' # @@protoc_insertion_point(class_scope:PaddleSolution.DetectionResult) )) _sym_db.RegisterMessage(DetectionResult) # @@protoc_insertion_point(module_scope)