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.

513 lines
21 KiB

  1. # Generated by the protocol buffer compiler. DO NOT EDIT!
  2. # source: object_detection/protos/calibration.proto
  3. import sys
  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. from google.protobuf import descriptor_pb2
  10. # @@protoc_insertion_point(imports)
  11. _sym_db = _symbol_database.Default()
  12. DESCRIPTOR = _descriptor.FileDescriptor(
  13. name='object_detection/protos/calibration.proto',
  14. package='object_detection.protos',
  15. syntax='proto2',
  16. serialized_pb=_b('\n)object_detection/protos/calibration.proto\x12\x17object_detection.protos\"\xf7\x02\n\x11\x43\x61librationConfig\x12P\n\x16\x66unction_approximation\x18\x01 \x01(\x0b\x32..object_detection.protos.FunctionApproximationH\x00\x12]\n\x1dlabel_function_approximations\x18\x02 \x01(\x0b\x32\x34.object_detection.protos.LabelFunctionApproximationsH\x00\x12J\n\x13sigmoid_calibration\x18\x03 \x01(\x0b\x32+.object_detection.protos.SigmoidCalibrationH\x00\x12W\n\x1alabel_sigmoid_calibrations\x18\x04 \x01(\x0b\x32\x31.object_detection.protos.LabelSigmoidCalibrationsH\x00\x42\x0c\n\ncalibrator\"L\n\x15\x46unctionApproximation\x12\x33\n\tx_y_pairs\x18\x01 \x01(\x0b\x32 .object_detection.protos.XYPairs\"\xf6\x01\n\x1bLabelFunctionApproximations\x12\x65\n\x12label_xy_pairs_map\x18\x01 \x03(\x0b\x32I.object_detection.protos.LabelFunctionApproximations.LabelXyPairsMapEntry\x12\x16\n\x0elabel_map_path\x18\x02 \x01(\t\x1aX\n\x14LabelXyPairsMapEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12/\n\x05value\x18\x02 \x01(\x0b\x32 .object_detection.protos.XYPairs:\x02\x38\x01\"\\\n\x12SigmoidCalibration\x12\x46\n\x12sigmoid_parameters\x18\x01 \x01(\x0b\x32*.object_detection.protos.SigmoidParameters\"\x98\x02\n\x18LabelSigmoidCalibrations\x12v\n\x1clabel_sigmoid_parameters_map\x18\x01 \x03(\x0b\x32P.object_detection.protos.LabelSigmoidCalibrations.LabelSigmoidParametersMapEntry\x12\x16\n\x0elabel_map_path\x18\x02 \x01(\t\x1al\n\x1eLabelSigmoidParametersMapEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x39\n\x05value\x18\x02 \x01(\x0b\x32*.object_detection.protos.SigmoidParameters:\x02\x38\x01\"d\n\x07XYPairs\x12\x39\n\x08x_y_pair\x18\x01 \x03(\x0b\x32\'.object_detection.protos.XYPairs.XYPair\x1a\x1e\n\x06XYPair\x12\t\n\x01x\x18\x01 \x01(\x02\x12\t\n\x01y\x18\x02 \x01(\x02\"0\n\x11SigmoidParameters\x12\r\n\x01\x61\x18\x01 \x01(\x02:\x02-1\x12\x0c\n\x01\x62\x18\x02 \x01(\x02:\x01\x30')
  17. )
  18. _sym_db.RegisterFileDescriptor(DESCRIPTOR)
  19. _CALIBRATIONCONFIG = _descriptor.Descriptor(
  20. name='CalibrationConfig',
  21. full_name='object_detection.protos.CalibrationConfig',
  22. filename=None,
  23. file=DESCRIPTOR,
  24. containing_type=None,
  25. fields=[
  26. _descriptor.FieldDescriptor(
  27. name='function_approximation', full_name='object_detection.protos.CalibrationConfig.function_approximation', index=0,
  28. number=1, type=11, cpp_type=10, label=1,
  29. has_default_value=False, default_value=None,
  30. message_type=None, enum_type=None, containing_type=None,
  31. is_extension=False, extension_scope=None,
  32. options=None),
  33. _descriptor.FieldDescriptor(
  34. name='label_function_approximations', full_name='object_detection.protos.CalibrationConfig.label_function_approximations', index=1,
  35. number=2, type=11, cpp_type=10, label=1,
  36. has_default_value=False, default_value=None,
  37. message_type=None, enum_type=None, containing_type=None,
  38. is_extension=False, extension_scope=None,
  39. options=None),
  40. _descriptor.FieldDescriptor(
  41. name='sigmoid_calibration', full_name='object_detection.protos.CalibrationConfig.sigmoid_calibration', index=2,
  42. number=3, type=11, cpp_type=10, label=1,
  43. has_default_value=False, default_value=None,
  44. message_type=None, enum_type=None, containing_type=None,
  45. is_extension=False, extension_scope=None,
  46. options=None),
  47. _descriptor.FieldDescriptor(
  48. name='label_sigmoid_calibrations', full_name='object_detection.protos.CalibrationConfig.label_sigmoid_calibrations', index=3,
  49. number=4, type=11, cpp_type=10, label=1,
  50. has_default_value=False, default_value=None,
  51. message_type=None, enum_type=None, containing_type=None,
  52. is_extension=False, extension_scope=None,
  53. options=None),
  54. ],
  55. extensions=[
  56. ],
  57. nested_types=[],
  58. enum_types=[
  59. ],
  60. options=None,
  61. is_extendable=False,
  62. syntax='proto2',
  63. extension_ranges=[],
  64. oneofs=[
  65. _descriptor.OneofDescriptor(
  66. name='calibrator', full_name='object_detection.protos.CalibrationConfig.calibrator',
  67. index=0, containing_type=None, fields=[]),
  68. ],
  69. serialized_start=71,
  70. serialized_end=446,
  71. )
  72. _FUNCTIONAPPROXIMATION = _descriptor.Descriptor(
  73. name='FunctionApproximation',
  74. full_name='object_detection.protos.FunctionApproximation',
  75. filename=None,
  76. file=DESCRIPTOR,
  77. containing_type=None,
  78. fields=[
  79. _descriptor.FieldDescriptor(
  80. name='x_y_pairs', full_name='object_detection.protos.FunctionApproximation.x_y_pairs', index=0,
  81. number=1, type=11, cpp_type=10, label=1,
  82. has_default_value=False, default_value=None,
  83. message_type=None, enum_type=None, containing_type=None,
  84. is_extension=False, extension_scope=None,
  85. options=None),
  86. ],
  87. extensions=[
  88. ],
  89. nested_types=[],
  90. enum_types=[
  91. ],
  92. options=None,
  93. is_extendable=False,
  94. syntax='proto2',
  95. extension_ranges=[],
  96. oneofs=[
  97. ],
  98. serialized_start=448,
  99. serialized_end=524,
  100. )
  101. _LABELFUNCTIONAPPROXIMATIONS_LABELXYPAIRSMAPENTRY = _descriptor.Descriptor(
  102. name='LabelXyPairsMapEntry',
  103. full_name='object_detection.protos.LabelFunctionApproximations.LabelXyPairsMapEntry',
  104. filename=None,
  105. file=DESCRIPTOR,
  106. containing_type=None,
  107. fields=[
  108. _descriptor.FieldDescriptor(
  109. name='key', full_name='object_detection.protos.LabelFunctionApproximations.LabelXyPairsMapEntry.key', index=0,
  110. number=1, type=9, cpp_type=9, label=1,
  111. has_default_value=False, default_value=_b("").decode('utf-8'),
  112. message_type=None, enum_type=None, containing_type=None,
  113. is_extension=False, extension_scope=None,
  114. options=None),
  115. _descriptor.FieldDescriptor(
  116. name='value', full_name='object_detection.protos.LabelFunctionApproximations.LabelXyPairsMapEntry.value', index=1,
  117. number=2, type=11, cpp_type=10, label=1,
  118. has_default_value=False, default_value=None,
  119. message_type=None, enum_type=None, containing_type=None,
  120. is_extension=False, extension_scope=None,
  121. options=None),
  122. ],
  123. extensions=[
  124. ],
  125. nested_types=[],
  126. enum_types=[
  127. ],
  128. options=_descriptor._ParseOptions(descriptor_pb2.MessageOptions(), _b('8\001')),
  129. is_extendable=False,
  130. syntax='proto2',
  131. extension_ranges=[],
  132. oneofs=[
  133. ],
  134. serialized_start=685,
  135. serialized_end=773,
  136. )
  137. _LABELFUNCTIONAPPROXIMATIONS = _descriptor.Descriptor(
  138. name='LabelFunctionApproximations',
  139. full_name='object_detection.protos.LabelFunctionApproximations',
  140. filename=None,
  141. file=DESCRIPTOR,
  142. containing_type=None,
  143. fields=[
  144. _descriptor.FieldDescriptor(
  145. name='label_xy_pairs_map', full_name='object_detection.protos.LabelFunctionApproximations.label_xy_pairs_map', index=0,
  146. number=1, type=11, cpp_type=10, label=3,
  147. has_default_value=False, default_value=[],
  148. message_type=None, enum_type=None, containing_type=None,
  149. is_extension=False, extension_scope=None,
  150. options=None),
  151. _descriptor.FieldDescriptor(
  152. name='label_map_path', full_name='object_detection.protos.LabelFunctionApproximations.label_map_path', index=1,
  153. number=2, type=9, cpp_type=9, label=1,
  154. has_default_value=False, default_value=_b("").decode('utf-8'),
  155. message_type=None, enum_type=None, containing_type=None,
  156. is_extension=False, extension_scope=None,
  157. options=None),
  158. ],
  159. extensions=[
  160. ],
  161. nested_types=[_LABELFUNCTIONAPPROXIMATIONS_LABELXYPAIRSMAPENTRY, ],
  162. enum_types=[
  163. ],
  164. options=None,
  165. is_extendable=False,
  166. syntax='proto2',
  167. extension_ranges=[],
  168. oneofs=[
  169. ],
  170. serialized_start=527,
  171. serialized_end=773,
  172. )
  173. _SIGMOIDCALIBRATION = _descriptor.Descriptor(
  174. name='SigmoidCalibration',
  175. full_name='object_detection.protos.SigmoidCalibration',
  176. filename=None,
  177. file=DESCRIPTOR,
  178. containing_type=None,
  179. fields=[
  180. _descriptor.FieldDescriptor(
  181. name='sigmoid_parameters', full_name='object_detection.protos.SigmoidCalibration.sigmoid_parameters', index=0,
  182. number=1, type=11, cpp_type=10, label=1,
  183. has_default_value=False, default_value=None,
  184. message_type=None, enum_type=None, containing_type=None,
  185. is_extension=False, extension_scope=None,
  186. options=None),
  187. ],
  188. extensions=[
  189. ],
  190. nested_types=[],
  191. enum_types=[
  192. ],
  193. options=None,
  194. is_extendable=False,
  195. syntax='proto2',
  196. extension_ranges=[],
  197. oneofs=[
  198. ],
  199. serialized_start=775,
  200. serialized_end=867,
  201. )
  202. _LABELSIGMOIDCALIBRATIONS_LABELSIGMOIDPARAMETERSMAPENTRY = _descriptor.Descriptor(
  203. name='LabelSigmoidParametersMapEntry',
  204. full_name='object_detection.protos.LabelSigmoidCalibrations.LabelSigmoidParametersMapEntry',
  205. filename=None,
  206. file=DESCRIPTOR,
  207. containing_type=None,
  208. fields=[
  209. _descriptor.FieldDescriptor(
  210. name='key', full_name='object_detection.protos.LabelSigmoidCalibrations.LabelSigmoidParametersMapEntry.key', index=0,
  211. number=1, type=9, cpp_type=9, label=1,
  212. has_default_value=False, default_value=_b("").decode('utf-8'),
  213. message_type=None, enum_type=None, containing_type=None,
  214. is_extension=False, extension_scope=None,
  215. options=None),
  216. _descriptor.FieldDescriptor(
  217. name='value', full_name='object_detection.protos.LabelSigmoidCalibrations.LabelSigmoidParametersMapEntry.value', index=1,
  218. number=2, type=11, cpp_type=10, label=1,
  219. has_default_value=False, default_value=None,
  220. message_type=None, enum_type=None, containing_type=None,
  221. is_extension=False, extension_scope=None,
  222. options=None),
  223. ],
  224. extensions=[
  225. ],
  226. nested_types=[],
  227. enum_types=[
  228. ],
  229. options=_descriptor._ParseOptions(descriptor_pb2.MessageOptions(), _b('8\001')),
  230. is_extendable=False,
  231. syntax='proto2',
  232. extension_ranges=[],
  233. oneofs=[
  234. ],
  235. serialized_start=1042,
  236. serialized_end=1150,
  237. )
  238. _LABELSIGMOIDCALIBRATIONS = _descriptor.Descriptor(
  239. name='LabelSigmoidCalibrations',
  240. full_name='object_detection.protos.LabelSigmoidCalibrations',
  241. filename=None,
  242. file=DESCRIPTOR,
  243. containing_type=None,
  244. fields=[
  245. _descriptor.FieldDescriptor(
  246. name='label_sigmoid_parameters_map', full_name='object_detection.protos.LabelSigmoidCalibrations.label_sigmoid_parameters_map', index=0,
  247. number=1, type=11, cpp_type=10, label=3,
  248. has_default_value=False, default_value=[],
  249. message_type=None, enum_type=None, containing_type=None,
  250. is_extension=False, extension_scope=None,
  251. options=None),
  252. _descriptor.FieldDescriptor(
  253. name='label_map_path', full_name='object_detection.protos.LabelSigmoidCalibrations.label_map_path', index=1,
  254. number=2, type=9, cpp_type=9, label=1,
  255. has_default_value=False, default_value=_b("").decode('utf-8'),
  256. message_type=None, enum_type=None, containing_type=None,
  257. is_extension=False, extension_scope=None,
  258. options=None),
  259. ],
  260. extensions=[
  261. ],
  262. nested_types=[_LABELSIGMOIDCALIBRATIONS_LABELSIGMOIDPARAMETERSMAPENTRY, ],
  263. enum_types=[
  264. ],
  265. options=None,
  266. is_extendable=False,
  267. syntax='proto2',
  268. extension_ranges=[],
  269. oneofs=[
  270. ],
  271. serialized_start=870,
  272. serialized_end=1150,
  273. )
  274. _XYPAIRS_XYPAIR = _descriptor.Descriptor(
  275. name='XYPair',
  276. full_name='object_detection.protos.XYPairs.XYPair',
  277. filename=None,
  278. file=DESCRIPTOR,
  279. containing_type=None,
  280. fields=[
  281. _descriptor.FieldDescriptor(
  282. name='x', full_name='object_detection.protos.XYPairs.XYPair.x', index=0,
  283. number=1, type=2, cpp_type=6, label=1,
  284. has_default_value=False, default_value=float(0),
  285. message_type=None, enum_type=None, containing_type=None,
  286. is_extension=False, extension_scope=None,
  287. options=None),
  288. _descriptor.FieldDescriptor(
  289. name='y', full_name='object_detection.protos.XYPairs.XYPair.y', index=1,
  290. number=2, type=2, cpp_type=6, label=1,
  291. has_default_value=False, default_value=float(0),
  292. message_type=None, enum_type=None, containing_type=None,
  293. is_extension=False, extension_scope=None,
  294. options=None),
  295. ],
  296. extensions=[
  297. ],
  298. nested_types=[],
  299. enum_types=[
  300. ],
  301. options=None,
  302. is_extendable=False,
  303. syntax='proto2',
  304. extension_ranges=[],
  305. oneofs=[
  306. ],
  307. serialized_start=1222,
  308. serialized_end=1252,
  309. )
  310. _XYPAIRS = _descriptor.Descriptor(
  311. name='XYPairs',
  312. full_name='object_detection.protos.XYPairs',
  313. filename=None,
  314. file=DESCRIPTOR,
  315. containing_type=None,
  316. fields=[
  317. _descriptor.FieldDescriptor(
  318. name='x_y_pair', full_name='object_detection.protos.XYPairs.x_y_pair', index=0,
  319. number=1, type=11, cpp_type=10, label=3,
  320. has_default_value=False, default_value=[],
  321. message_type=None, enum_type=None, containing_type=None,
  322. is_extension=False, extension_scope=None,
  323. options=None),
  324. ],
  325. extensions=[
  326. ],
  327. nested_types=[_XYPAIRS_XYPAIR, ],
  328. enum_types=[
  329. ],
  330. options=None,
  331. is_extendable=False,
  332. syntax='proto2',
  333. extension_ranges=[],
  334. oneofs=[
  335. ],
  336. serialized_start=1152,
  337. serialized_end=1252,
  338. )
  339. _SIGMOIDPARAMETERS = _descriptor.Descriptor(
  340. name='SigmoidParameters',
  341. full_name='object_detection.protos.SigmoidParameters',
  342. filename=None,
  343. file=DESCRIPTOR,
  344. containing_type=None,
  345. fields=[
  346. _descriptor.FieldDescriptor(
  347. name='a', full_name='object_detection.protos.SigmoidParameters.a', index=0,
  348. number=1, type=2, cpp_type=6, label=1,
  349. has_default_value=True, default_value=float(-1),
  350. message_type=None, enum_type=None, containing_type=None,
  351. is_extension=False, extension_scope=None,
  352. options=None),
  353. _descriptor.FieldDescriptor(
  354. name='b', full_name='object_detection.protos.SigmoidParameters.b', index=1,
  355. number=2, type=2, cpp_type=6, label=1,
  356. has_default_value=True, default_value=float(0),
  357. message_type=None, enum_type=None, containing_type=None,
  358. is_extension=False, extension_scope=None,
  359. options=None),
  360. ],
  361. extensions=[
  362. ],
  363. nested_types=[],
  364. enum_types=[
  365. ],
  366. options=None,
  367. is_extendable=False,
  368. syntax='proto2',
  369. extension_ranges=[],
  370. oneofs=[
  371. ],
  372. serialized_start=1254,
  373. serialized_end=1302,
  374. )
  375. _CALIBRATIONCONFIG.fields_by_name['function_approximation'].message_type = _FUNCTIONAPPROXIMATION
  376. _CALIBRATIONCONFIG.fields_by_name['label_function_approximations'].message_type = _LABELFUNCTIONAPPROXIMATIONS
  377. _CALIBRATIONCONFIG.fields_by_name['sigmoid_calibration'].message_type = _SIGMOIDCALIBRATION
  378. _CALIBRATIONCONFIG.fields_by_name['label_sigmoid_calibrations'].message_type = _LABELSIGMOIDCALIBRATIONS
  379. _CALIBRATIONCONFIG.oneofs_by_name['calibrator'].fields.append(
  380. _CALIBRATIONCONFIG.fields_by_name['function_approximation'])
  381. _CALIBRATIONCONFIG.fields_by_name['function_approximation'].containing_oneof = _CALIBRATIONCONFIG.oneofs_by_name['calibrator']
  382. _CALIBRATIONCONFIG.oneofs_by_name['calibrator'].fields.append(
  383. _CALIBRATIONCONFIG.fields_by_name['label_function_approximations'])
  384. _CALIBRATIONCONFIG.fields_by_name['label_function_approximations'].containing_oneof = _CALIBRATIONCONFIG.oneofs_by_name['calibrator']
  385. _CALIBRATIONCONFIG.oneofs_by_name['calibrator'].fields.append(
  386. _CALIBRATIONCONFIG.fields_by_name['sigmoid_calibration'])
  387. _CALIBRATIONCONFIG.fields_by_name['sigmoid_calibration'].containing_oneof = _CALIBRATIONCONFIG.oneofs_by_name['calibrator']
  388. _CALIBRATIONCONFIG.oneofs_by_name['calibrator'].fields.append(
  389. _CALIBRATIONCONFIG.fields_by_name['label_sigmoid_calibrations'])
  390. _CALIBRATIONCONFIG.fields_by_name['label_sigmoid_calibrations'].containing_oneof = _CALIBRATIONCONFIG.oneofs_by_name['calibrator']
  391. _FUNCTIONAPPROXIMATION.fields_by_name['x_y_pairs'].message_type = _XYPAIRS
  392. _LABELFUNCTIONAPPROXIMATIONS_LABELXYPAIRSMAPENTRY.fields_by_name['value'].message_type = _XYPAIRS
  393. _LABELFUNCTIONAPPROXIMATIONS_LABELXYPAIRSMAPENTRY.containing_type = _LABELFUNCTIONAPPROXIMATIONS
  394. _LABELFUNCTIONAPPROXIMATIONS.fields_by_name['label_xy_pairs_map'].message_type = _LABELFUNCTIONAPPROXIMATIONS_LABELXYPAIRSMAPENTRY
  395. _SIGMOIDCALIBRATION.fields_by_name['sigmoid_parameters'].message_type = _SIGMOIDPARAMETERS
  396. _LABELSIGMOIDCALIBRATIONS_LABELSIGMOIDPARAMETERSMAPENTRY.fields_by_name['value'].message_type = _SIGMOIDPARAMETERS
  397. _LABELSIGMOIDCALIBRATIONS_LABELSIGMOIDPARAMETERSMAPENTRY.containing_type = _LABELSIGMOIDCALIBRATIONS
  398. _LABELSIGMOIDCALIBRATIONS.fields_by_name['label_sigmoid_parameters_map'].message_type = _LABELSIGMOIDCALIBRATIONS_LABELSIGMOIDPARAMETERSMAPENTRY
  399. _XYPAIRS_XYPAIR.containing_type = _XYPAIRS
  400. _XYPAIRS.fields_by_name['x_y_pair'].message_type = _XYPAIRS_XYPAIR
  401. DESCRIPTOR.message_types_by_name['CalibrationConfig'] = _CALIBRATIONCONFIG
  402. DESCRIPTOR.message_types_by_name['FunctionApproximation'] = _FUNCTIONAPPROXIMATION
  403. DESCRIPTOR.message_types_by_name['LabelFunctionApproximations'] = _LABELFUNCTIONAPPROXIMATIONS
  404. DESCRIPTOR.message_types_by_name['SigmoidCalibration'] = _SIGMOIDCALIBRATION
  405. DESCRIPTOR.message_types_by_name['LabelSigmoidCalibrations'] = _LABELSIGMOIDCALIBRATIONS
  406. DESCRIPTOR.message_types_by_name['XYPairs'] = _XYPAIRS
  407. DESCRIPTOR.message_types_by_name['SigmoidParameters'] = _SIGMOIDPARAMETERS
  408. CalibrationConfig = _reflection.GeneratedProtocolMessageType('CalibrationConfig', (_message.Message,), dict(
  409. DESCRIPTOR = _CALIBRATIONCONFIG,
  410. __module__ = 'object_detection.protos.calibration_pb2'
  411. # @@protoc_insertion_point(class_scope:object_detection.protos.CalibrationConfig)
  412. ))
  413. _sym_db.RegisterMessage(CalibrationConfig)
  414. FunctionApproximation = _reflection.GeneratedProtocolMessageType('FunctionApproximation', (_message.Message,), dict(
  415. DESCRIPTOR = _FUNCTIONAPPROXIMATION,
  416. __module__ = 'object_detection.protos.calibration_pb2'
  417. # @@protoc_insertion_point(class_scope:object_detection.protos.FunctionApproximation)
  418. ))
  419. _sym_db.RegisterMessage(FunctionApproximation)
  420. LabelFunctionApproximations = _reflection.GeneratedProtocolMessageType('LabelFunctionApproximations', (_message.Message,), dict(
  421. LabelXyPairsMapEntry = _reflection.GeneratedProtocolMessageType('LabelXyPairsMapEntry', (_message.Message,), dict(
  422. DESCRIPTOR = _LABELFUNCTIONAPPROXIMATIONS_LABELXYPAIRSMAPENTRY,
  423. __module__ = 'object_detection.protos.calibration_pb2'
  424. # @@protoc_insertion_point(class_scope:object_detection.protos.LabelFunctionApproximations.LabelXyPairsMapEntry)
  425. ))
  426. ,
  427. DESCRIPTOR = _LABELFUNCTIONAPPROXIMATIONS,
  428. __module__ = 'object_detection.protos.calibration_pb2'
  429. # @@protoc_insertion_point(class_scope:object_detection.protos.LabelFunctionApproximations)
  430. ))
  431. _sym_db.RegisterMessage(LabelFunctionApproximations)
  432. _sym_db.RegisterMessage(LabelFunctionApproximations.LabelXyPairsMapEntry)
  433. SigmoidCalibration = _reflection.GeneratedProtocolMessageType('SigmoidCalibration', (_message.Message,), dict(
  434. DESCRIPTOR = _SIGMOIDCALIBRATION,
  435. __module__ = 'object_detection.protos.calibration_pb2'
  436. # @@protoc_insertion_point(class_scope:object_detection.protos.SigmoidCalibration)
  437. ))
  438. _sym_db.RegisterMessage(SigmoidCalibration)
  439. LabelSigmoidCalibrations = _reflection.GeneratedProtocolMessageType('LabelSigmoidCalibrations', (_message.Message,), dict(
  440. LabelSigmoidParametersMapEntry = _reflection.GeneratedProtocolMessageType('LabelSigmoidParametersMapEntry', (_message.Message,), dict(
  441. DESCRIPTOR = _LABELSIGMOIDCALIBRATIONS_LABELSIGMOIDPARAMETERSMAPENTRY,
  442. __module__ = 'object_detection.protos.calibration_pb2'
  443. # @@protoc_insertion_point(class_scope:object_detection.protos.LabelSigmoidCalibrations.LabelSigmoidParametersMapEntry)
  444. ))
  445. ,
  446. DESCRIPTOR = _LABELSIGMOIDCALIBRATIONS,
  447. __module__ = 'object_detection.protos.calibration_pb2'
  448. # @@protoc_insertion_point(class_scope:object_detection.protos.LabelSigmoidCalibrations)
  449. ))
  450. _sym_db.RegisterMessage(LabelSigmoidCalibrations)
  451. _sym_db.RegisterMessage(LabelSigmoidCalibrations.LabelSigmoidParametersMapEntry)
  452. XYPairs = _reflection.GeneratedProtocolMessageType('XYPairs', (_message.Message,), dict(
  453. XYPair = _reflection.GeneratedProtocolMessageType('XYPair', (_message.Message,), dict(
  454. DESCRIPTOR = _XYPAIRS_XYPAIR,
  455. __module__ = 'object_detection.protos.calibration_pb2'
  456. # @@protoc_insertion_point(class_scope:object_detection.protos.XYPairs.XYPair)
  457. ))
  458. ,
  459. DESCRIPTOR = _XYPAIRS,
  460. __module__ = 'object_detection.protos.calibration_pb2'
  461. # @@protoc_insertion_point(class_scope:object_detection.protos.XYPairs)
  462. ))
  463. _sym_db.RegisterMessage(XYPairs)
  464. _sym_db.RegisterMessage(XYPairs.XYPair)
  465. SigmoidParameters = _reflection.GeneratedProtocolMessageType('SigmoidParameters', (_message.Message,), dict(
  466. DESCRIPTOR = _SIGMOIDPARAMETERS,
  467. __module__ = 'object_detection.protos.calibration_pb2'
  468. # @@protoc_insertion_point(class_scope:object_detection.protos.SigmoidParameters)
  469. ))
  470. _sym_db.RegisterMessage(SigmoidParameters)
  471. _LABELFUNCTIONAPPROXIMATIONS_LABELXYPAIRSMAPENTRY.has_options = True
  472. _LABELFUNCTIONAPPROXIMATIONS_LABELXYPAIRSMAPENTRY._options = _descriptor._ParseOptions(descriptor_pb2.MessageOptions(), _b('8\001'))
  473. _LABELSIGMOIDCALIBRATIONS_LABELSIGMOIDPARAMETERSMAPENTRY.has_options = True
  474. _LABELSIGMOIDCALIBRATIONS_LABELSIGMOIDPARAMETERSMAPENTRY._options = _descriptor._ParseOptions(descriptor_pb2.MessageOptions(), _b('8\001'))
  475. # @@protoc_insertion_point(module_scope)