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.

116 lines
6.4 KiB

6 years ago
  1. # Generated by the protocol buffer compiler. DO NOT EDIT!
  2. # source: object_detection/protos/pipeline.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 eval_pb2 as object__detection_dot_protos_dot_eval__pb2
  12. from object_detection.protos import graph_rewriter_pb2 as object__detection_dot_protos_dot_graph__rewriter__pb2
  13. from object_detection.protos import input_reader_pb2 as object__detection_dot_protos_dot_input__reader__pb2
  14. from object_detection.protos import model_pb2 as object__detection_dot_protos_dot_model__pb2
  15. from object_detection.protos import train_pb2 as object__detection_dot_protos_dot_train__pb2
  16. DESCRIPTOR = _descriptor.FileDescriptor(
  17. name='object_detection/protos/pipeline.proto',
  18. package='object_detection.protos',
  19. syntax='proto2',
  20. serialized_options=None,
  21. serialized_pb=_b('\n&object_detection/protos/pipeline.proto\x12\x17object_detection.protos\x1a\"object_detection/protos/eval.proto\x1a,object_detection/protos/graph_rewriter.proto\x1a*object_detection/protos/input_reader.proto\x1a#object_detection/protos/model.proto\x1a#object_detection/protos/train.proto\"\x95\x03\n\x17TrainEvalPipelineConfig\x12\x36\n\x05model\x18\x01 \x01(\x0b\x32\'.object_detection.protos.DetectionModel\x12:\n\x0ctrain_config\x18\x02 \x01(\x0b\x32$.object_detection.protos.TrainConfig\x12@\n\x12train_input_reader\x18\x03 \x01(\x0b\x32$.object_detection.protos.InputReader\x12\x38\n\x0b\x65val_config\x18\x04 \x01(\x0b\x32#.object_detection.protos.EvalConfig\x12?\n\x11\x65val_input_reader\x18\x05 \x03(\x0b\x32$.object_detection.protos.InputReader\x12>\n\x0egraph_rewriter\x18\x06 \x01(\x0b\x32&.object_detection.protos.GraphRewriter*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02')
  22. ,
  23. dependencies=[object__detection_dot_protos_dot_eval__pb2.DESCRIPTOR,object__detection_dot_protos_dot_graph__rewriter__pb2.DESCRIPTOR,object__detection_dot_protos_dot_input__reader__pb2.DESCRIPTOR,object__detection_dot_protos_dot_model__pb2.DESCRIPTOR,object__detection_dot_protos_dot_train__pb2.DESCRIPTOR,])
  24. _TRAINEVALPIPELINECONFIG = _descriptor.Descriptor(
  25. name='TrainEvalPipelineConfig',
  26. full_name='object_detection.protos.TrainEvalPipelineConfig',
  27. filename=None,
  28. file=DESCRIPTOR,
  29. containing_type=None,
  30. fields=[
  31. _descriptor.FieldDescriptor(
  32. name='model', full_name='object_detection.protos.TrainEvalPipelineConfig.model', index=0,
  33. number=1, type=11, cpp_type=10, label=1,
  34. has_default_value=False, default_value=None,
  35. message_type=None, enum_type=None, containing_type=None,
  36. is_extension=False, extension_scope=None,
  37. serialized_options=None, file=DESCRIPTOR),
  38. _descriptor.FieldDescriptor(
  39. name='train_config', full_name='object_detection.protos.TrainEvalPipelineConfig.train_config', index=1,
  40. number=2, type=11, cpp_type=10, label=1,
  41. has_default_value=False, default_value=None,
  42. message_type=None, enum_type=None, containing_type=None,
  43. is_extension=False, extension_scope=None,
  44. serialized_options=None, file=DESCRIPTOR),
  45. _descriptor.FieldDescriptor(
  46. name='train_input_reader', full_name='object_detection.protos.TrainEvalPipelineConfig.train_input_reader', index=2,
  47. number=3, type=11, cpp_type=10, label=1,
  48. has_default_value=False, default_value=None,
  49. message_type=None, enum_type=None, containing_type=None,
  50. is_extension=False, extension_scope=None,
  51. serialized_options=None, file=DESCRIPTOR),
  52. _descriptor.FieldDescriptor(
  53. name='eval_config', full_name='object_detection.protos.TrainEvalPipelineConfig.eval_config', index=3,
  54. number=4, type=11, cpp_type=10, label=1,
  55. has_default_value=False, default_value=None,
  56. message_type=None, enum_type=None, containing_type=None,
  57. is_extension=False, extension_scope=None,
  58. serialized_options=None, file=DESCRIPTOR),
  59. _descriptor.FieldDescriptor(
  60. name='eval_input_reader', full_name='object_detection.protos.TrainEvalPipelineConfig.eval_input_reader', index=4,
  61. number=5, type=11, cpp_type=10, label=3,
  62. has_default_value=False, default_value=[],
  63. message_type=None, enum_type=None, containing_type=None,
  64. is_extension=False, extension_scope=None,
  65. serialized_options=None, file=DESCRIPTOR),
  66. _descriptor.FieldDescriptor(
  67. name='graph_rewriter', full_name='object_detection.protos.TrainEvalPipelineConfig.graph_rewriter', index=5,
  68. number=6, type=11, cpp_type=10, label=1,
  69. has_default_value=False, default_value=None,
  70. message_type=None, enum_type=None, containing_type=None,
  71. is_extension=False, extension_scope=None,
  72. serialized_options=None, file=DESCRIPTOR),
  73. ],
  74. extensions=[
  75. ],
  76. nested_types=[],
  77. enum_types=[
  78. ],
  79. serialized_options=None,
  80. is_extendable=True,
  81. syntax='proto2',
  82. extension_ranges=[(1000, 536870912), ],
  83. oneofs=[
  84. ],
  85. serialized_start=268,
  86. serialized_end=673,
  87. )
  88. _TRAINEVALPIPELINECONFIG.fields_by_name['model'].message_type = object__detection_dot_protos_dot_model__pb2._DETECTIONMODEL
  89. _TRAINEVALPIPELINECONFIG.fields_by_name['train_config'].message_type = object__detection_dot_protos_dot_train__pb2._TRAINCONFIG
  90. _TRAINEVALPIPELINECONFIG.fields_by_name['train_input_reader'].message_type = object__detection_dot_protos_dot_input__reader__pb2._INPUTREADER
  91. _TRAINEVALPIPELINECONFIG.fields_by_name['eval_config'].message_type = object__detection_dot_protos_dot_eval__pb2._EVALCONFIG
  92. _TRAINEVALPIPELINECONFIG.fields_by_name['eval_input_reader'].message_type = object__detection_dot_protos_dot_input__reader__pb2._INPUTREADER
  93. _TRAINEVALPIPELINECONFIG.fields_by_name['graph_rewriter'].message_type = object__detection_dot_protos_dot_graph__rewriter__pb2._GRAPHREWRITER
  94. DESCRIPTOR.message_types_by_name['TrainEvalPipelineConfig'] = _TRAINEVALPIPELINECONFIG
  95. _sym_db.RegisterFileDescriptor(DESCRIPTOR)
  96. TrainEvalPipelineConfig = _reflection.GeneratedProtocolMessageType('TrainEvalPipelineConfig', (_message.Message,), dict(
  97. DESCRIPTOR = _TRAINEVALPIPELINECONFIG,
  98. __module__ = 'object_detection.protos.pipeline_pb2'
  99. # @@protoc_insertion_point(class_scope:object_detection.protos.TrainEvalPipelineConfig)
  100. ))
  101. _sym_db.RegisterMessage(TrainEvalPipelineConfig)
  102. # @@protoc_insertion_point(module_scope)