You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
3.8 KiB

6 years ago
  1. # Generated by the protocol buffer compiler. DO NOT EDIT!
  2. # source: object_detection/protos/matcher.proto
  3. import sys,getpass
  4. _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
  5. from google.protobuf import descriptor as _descriptor
  6. from google.protobuf import message as _message
  7. from google.protobuf import reflection as _reflection
  8. from google.protobuf import symbol_database as _symbol_database
  9. # @@protoc_insertion_point(imports)
  10. _sym_db = _symbol_database.Default()
  11. from object_detection.protos import argmax_matcher_pb2 as object__detection_dot_protos_dot_argmax__matcher__pb2
  12. from object_detection.protos import bipartite_matcher_pb2 as object__detection_dot_protos_dot_bipartite__matcher__pb2
  13. DESCRIPTOR = _descriptor.FileDescriptor(
  14. name='object_detection/protos/matcher.proto',
  15. package='object_detection.protos',
  16. syntax='proto2',
  17. serialized_options=None,
  18. serialized_pb=_b('\n%object_detection/protos/matcher.proto\x12\x17object_detection.protos\x1a,object_detection/protos/argmax_matcher.proto\x1a/object_detection/protos/bipartite_matcher.proto\"\xa4\x01\n\x07Matcher\x12@\n\x0e\x61rgmax_matcher\x18\x01 \x01(\x0b\x32&.object_detection.protos.ArgMaxMatcherH\x00\x12\x46\n\x11\x62ipartite_matcher\x18\x02 \x01(\x0b\x32).object_detection.protos.BipartiteMatcherH\x00\x42\x0f\n\rmatcher_oneof')
  19. ,
  20. dependencies=[object__detection_dot_protos_dot_argmax__matcher__pb2.DESCRIPTOR,object__detection_dot_protos_dot_bipartite__matcher__pb2.DESCRIPTOR,])
  21. _MATCHER = _descriptor.Descriptor(
  22. name='Matcher',
  23. full_name='object_detection.protos.Matcher',
  24. filename=None,
  25. file=DESCRIPTOR,
  26. containing_type=None,
  27. fields=[
  28. _descriptor.FieldDescriptor(
  29. name='argmax_matcher', full_name='object_detection.protos.Matcher.argmax_matcher', index=0,
  30. number=1, type=11, cpp_type=10, label=1,
  31. has_default_value=False, default_value=None,
  32. message_type=None, enum_type=None, containing_type=None,
  33. is_extension=False, extension_scope=None,
  34. serialized_options=None, file=DESCRIPTOR),
  35. _descriptor.FieldDescriptor(
  36. name='bipartite_matcher', full_name='object_detection.protos.Matcher.bipartite_matcher', index=1,
  37. number=2, type=11, cpp_type=10, label=1,
  38. has_default_value=False, default_value=None,
  39. message_type=None, enum_type=None, containing_type=None,
  40. is_extension=False, extension_scope=None,
  41. serialized_options=None, file=DESCRIPTOR),
  42. ],
  43. extensions=[
  44. ],
  45. nested_types=[],
  46. enum_types=[
  47. ],
  48. serialized_options=None,
  49. is_extendable=False,
  50. syntax='proto2',
  51. extension_ranges=[],
  52. oneofs=[
  53. _descriptor.OneofDescriptor(
  54. name='matcher_oneof', full_name='object_detection.protos.Matcher.matcher_oneof',
  55. index=0, containing_type=None, fields=[]),
  56. ],
  57. serialized_start=162,
  58. serialized_end=326,
  59. )
  60. _MATCHER.fields_by_name['argmax_matcher'].message_type = object__detection_dot_protos_dot_argmax__matcher__pb2._ARGMAXMATCHER
  61. _MATCHER.fields_by_name['bipartite_matcher'].message_type = object__detection_dot_protos_dot_bipartite__matcher__pb2._BIPARTITEMATCHER
  62. _MATCHER.oneofs_by_name['matcher_oneof'].fields.append(
  63. _MATCHER.fields_by_name['argmax_matcher'])
  64. _MATCHER.fields_by_name['argmax_matcher'].containing_oneof = _MATCHER.oneofs_by_name['matcher_oneof']
  65. _MATCHER.oneofs_by_name['matcher_oneof'].fields.append(
  66. _MATCHER.fields_by_name['bipartite_matcher'])
  67. _MATCHER.fields_by_name['bipartite_matcher'].containing_oneof = _MATCHER.oneofs_by_name['matcher_oneof']
  68. DESCRIPTOR.message_types_by_name['Matcher'] = _MATCHER
  69. _sym_db.RegisterFileDescriptor(DESCRIPTOR)
  70. Matcher = _reflection.GeneratedProtocolMessageType('Matcher', (_message.Message,), dict(
  71. DESCRIPTOR = _MATCHER,
  72. __module__ = 'object_detection.protos.matcher_pb2'
  73. # @@protoc_insertion_point(class_scope:object_detection.protos.Matcher)
  74. ))
  75. _sym_db.RegisterMessage(Matcher)
  76. # @@protoc_insertion_point(module_scope)