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.

69 lines
2.2 KiB

6 years ago
  1. # Generated by the protocol buffer compiler. DO NOT EDIT!
  2. # source: object_detection/protos/bipartite_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. DESCRIPTOR = _descriptor.FileDescriptor(
  12. name='object_detection/protos/bipartite_matcher.proto',
  13. package='object_detection.protos',
  14. syntax='proto2',
  15. serialized_options=None,
  16. serialized_pb=_b('\n/object_detection/protos/bipartite_matcher.proto\x12\x17object_detection.protos\"4\n\x10\x42ipartiteMatcher\x12 \n\x11use_matmul_gather\x18\x06 \x01(\x08:\x05\x66\x61lse')
  17. )
  18. _BIPARTITEMATCHER = _descriptor.Descriptor(
  19. name='BipartiteMatcher',
  20. full_name='object_detection.protos.BipartiteMatcher',
  21. filename=None,
  22. file=DESCRIPTOR,
  23. containing_type=None,
  24. fields=[
  25. _descriptor.FieldDescriptor(
  26. name='use_matmul_gather', full_name='object_detection.protos.BipartiteMatcher.use_matmul_gather', index=0,
  27. number=6, type=8, cpp_type=7, label=1,
  28. has_default_value=True, default_value=False,
  29. message_type=None, enum_type=None, containing_type=None,
  30. is_extension=False, extension_scope=None,
  31. serialized_options=None, file=DESCRIPTOR),
  32. ],
  33. extensions=[
  34. ],
  35. nested_types=[],
  36. enum_types=[
  37. ],
  38. serialized_options=None,
  39. is_extendable=False,
  40. syntax='proto2',
  41. extension_ranges=[],
  42. oneofs=[
  43. ],
  44. serialized_start=76,
  45. serialized_end=128,
  46. )
  47. DESCRIPTOR.message_types_by_name['BipartiteMatcher'] = _BIPARTITEMATCHER
  48. _sym_db.RegisterFileDescriptor(DESCRIPTOR)
  49. BipartiteMatcher = _reflection.GeneratedProtocolMessageType('BipartiteMatcher', (_message.Message,), dict(
  50. DESCRIPTOR = _BIPARTITEMATCHER,
  51. __module__ = 'object_detection.protos.bipartite_matcher_pb2'
  52. # @@protoc_insertion_point(class_scope:object_detection.protos.BipartiteMatcher)
  53. ))
  54. _sym_db.RegisterMessage(BipartiteMatcher)
  55. # @@protoc_insertion_point(module_scope)