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.

511 lines
21 KiB

6 years ago
  1. # Generated by the protocol buffer compiler. DO NOT EDIT!
  2. # source: object_detection/protos/calibration.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/calibration.proto',
  13. package='object_detection.protos',
  14. syntax='proto2',
  15. serialized_options=None,
  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. _CALIBRATIONCONFIG = _descriptor.Descriptor(
  19. name='CalibrationConfig',
  20. full_name='object_detection.protos.CalibrationConfig',
  21. filename=None,
  22. file=DESCRIPTOR,
  23. containing_type=None,
  24. fields=[
  25. _descriptor.FieldDescriptor(
  26. name='function_approximation', full_name='object_detection.protos.CalibrationConfig.function_approximation', index=0,
  27. number=1, type=11, cpp_type=10, label=1,
  28. has_default_value=False, default_value=None,
  29. message_type=None, enum_type=None, containing_type=None,
  30. is_extension=False, extension_scope=None,
  31. serialized_options=None, file=DESCRIPTOR),
  32. _descriptor.FieldDescriptor(
  33. name='label_function_approximations', full_name='object_detection.protos.CalibrationConfig.label_function_approximations', index=1,
  34. number=2, type=11, cpp_type=10, label=1,
  35. has_default_value=False, default_value=None,
  36. message_type=None, enum_type=None, containing_type=None,
  37. is_extension=False, extension_scope=None,
  38. serialized_options=None, file=DESCRIPTOR),
  39. _descriptor.FieldDescriptor(
  40. name='sigmoid_calibration', full_name='object_detection.protos.CalibrationConfig.sigmoid_calibration', index=2,
  41. number=3, type=11, cpp_type=10, label=1,
  42. has_default_value=False, default_value=None,
  43. message_type=None, enum_type=None, containing_type=None,
  44. is_extension=False, extension_scope=None,
  45. serialized_options=None, file=DESCRIPTOR),
  46. _descriptor.FieldDescriptor(
  47. name='label_sigmoid_calibrations', full_name='object_detection.protos.CalibrationConfig.label_sigmoid_calibrations', index=3,
  48. number=4, type=11, cpp_type=10, label=1,
  49. has_default_value=False, default_value=None,
  50. message_type=None, enum_type=None, containing_type=None,
  51. is_extension=False, extension_scope=None,
  52. serialized_options=None, file=DESCRIPTOR),
  53. ],
  54. extensions=[
  55. ],
  56. nested_types=[],
  57. enum_types=[
  58. ],
  59. serialized_options=None,
  60. is_extendable=False,
  61. syntax='proto2',
  62. extension_ranges=[],
  63. oneofs=[
  64. _descriptor.OneofDescriptor(
  65. name='calibrator', full_name='object_detection.protos.CalibrationConfig.calibrator',
  66. index=0, containing_type=None, fields=[]),
  67. ],
  68. serialized_start=71,
  69. serialized_end=446,
  70. )
  71. _FUNCTIONAPPROXIMATION = _descriptor.Descriptor(
  72. name='FunctionApproximation',
  73. full_name='object_detection.protos.FunctionApproximation',
  74. filename=None,
  75. file=DESCRIPTOR,
  76. containing_type=None,
  77. fields=[
  78. _descriptor.FieldDescriptor(
  79. name='x_y_pairs', full_name='object_detection.protos.FunctionApproximation.x_y_pairs', index=0,
  80. number=1, type=11, cpp_type=10, label=1,
  81. has_default_value=False, default_value=None,
  82. message_type=None, enum_type=None, containing_type=None,
  83. is_extension=False, extension_scope=None,
  84. serialized_options=None, file=DESCRIPTOR),
  85. ],
  86. extensions=[
  87. ],
  88. nested_types=[],
  89. enum_types=[
  90. ],
  91. serialized_options=None,
  92. is_extendable=False,
  93. syntax='proto2',
  94. extension_ranges=[],
  95. oneofs=[
  96. ],
  97. serialized_start=448,
  98. serialized_end=524,
  99. )
  100. _LABELFUNCTIONAPPROXIMATIONS_LABELXYPAIRSMAPENTRY = _descriptor.Descriptor(
  101. name='LabelXyPairsMapEntry',
  102. full_name='object_detection.protos.LabelFunctionApproximations.LabelXyPairsMapEntry',
  103. filename=None,
  104. file=DESCRIPTOR,
  105. containing_type=None,
  106. fields=[
  107. _descriptor.FieldDescriptor(
  108. name='key', full_name='object_detection.protos.LabelFunctionApproximations.LabelXyPairsMapEntry.key', index=0,
  109. number=1, type=9, cpp_type=9, label=1,
  110. has_default_value=False, default_value=_b("").decode('utf-8'),
  111. message_type=None, enum_type=None, containing_type=None,
  112. is_extension=False, extension_scope=None,
  113. serialized_options=None, file=DESCRIPTOR),
  114. _descriptor.FieldDescriptor(
  115. name='value', full_name='object_detection.protos.LabelFunctionApproximations.LabelXyPairsMapEntry.value', index=1,
  116. number=2, type=11, cpp_type=10, label=1,
  117. has_default_value=False, default_value=None,
  118. message_type=None, enum_type=None, containing_type=None,
  119. is_extension=False, extension_scope=None,
  120. serialized_options=None, file=DESCRIPTOR),
  121. ],
  122. extensions=[
  123. ],
  124. nested_types=[],
  125. enum_types=[
  126. ],
  127. serialized_options=_b('8\001'),
  128. is_extendable=False,
  129. syntax='proto2',
  130. extension_ranges=[],
  131. oneofs=[
  132. ],
  133. serialized_start=685,
  134. serialized_end=773,
  135. )
  136. _LABELFUNCTIONAPPROXIMATIONS = _descriptor.Descriptor(
  137. name='LabelFunctionApproximations',
  138. full_name='object_detection.protos.LabelFunctionApproximations',
  139. filename=None,
  140. file=DESCRIPTOR,
  141. containing_type=None,
  142. fields=[
  143. _descriptor.FieldDescriptor(
  144. name='label_xy_pairs_map', full_name='object_detection.protos.LabelFunctionApproximations.label_xy_pairs_map', index=0,
  145. number=1, type=11, cpp_type=10, label=3,
  146. has_default_value=False, default_value=[],
  147. message_type=None, enum_type=None, containing_type=None,
  148. is_extension=False, extension_scope=None,
  149. serialized_options=None, file=DESCRIPTOR),
  150. _descriptor.FieldDescriptor(
  151. name='label_map_path', full_name='object_detection.protos.LabelFunctionApproximations.label_map_path', index=1,
  152. number=2, type=9, cpp_type=9, label=1,
  153. has_default_value=False, default_value=_b("").decode('utf-8'),
  154. message_type=None, enum_type=None, containing_type=None,
  155. is_extension=False, extension_scope=None,
  156. serialized_options=None, file=DESCRIPTOR),
  157. ],
  158. extensions=[
  159. ],
  160. nested_types=[_LABELFUNCTIONAPPROXIMATIONS_LABELXYPAIRSMAPENTRY, ],
  161. enum_types=[
  162. ],
  163. serialized_options=None,
  164. is_extendable=False,
  165. syntax='proto2',
  166. extension_ranges=[],
  167. oneofs=[
  168. ],
  169. serialized_start=527,
  170. serialized_end=773,
  171. )
  172. _SIGMOIDCALIBRATION = _descriptor.Descriptor(
  173. name='SigmoidCalibration',
  174. full_name='object_detection.protos.SigmoidCalibration',
  175. filename=None,
  176. file=DESCRIPTOR,
  177. containing_type=None,
  178. fields=[
  179. _descriptor.FieldDescriptor(
  180. name='sigmoid_parameters', full_name='object_detection.protos.SigmoidCalibration.sigmoid_parameters', index=0,
  181. number=1, type=11, cpp_type=10, label=1,
  182. has_default_value=False, default_value=None,
  183. message_type=None, enum_type=None, containing_type=None,
  184. is_extension=False, extension_scope=None,
  185. serialized_options=None, file=DESCRIPTOR),
  186. ],
  187. extensions=[
  188. ],
  189. nested_types=[],
  190. enum_types=[
  191. ],
  192. serialized_options=None,
  193. is_extendable=False,
  194. syntax='proto2',
  195. extension_ranges=[],
  196. oneofs=[
  197. ],
  198. serialized_start=775,
  199. serialized_end=867,
  200. )
  201. _LABELSIGMOIDCALIBRATIONS_LABELSIGMOIDPARAMETERSMAPENTRY = _descriptor.Descriptor(
  202. name='LabelSigmoidParametersMapEntry',
  203. full_name='object_detection.protos.LabelSigmoidCalibrations.LabelSigmoidParametersMapEntry',
  204. filename=None,
  205. file=DESCRIPTOR,
  206. containing_type=None,
  207. fields=[
  208. _descriptor.FieldDescriptor(
  209. name='key', full_name='object_detection.protos.LabelSigmoidCalibrations.LabelSigmoidParametersMapEntry.key', index=0,
  210. number=1, type=9, cpp_type=9, label=1,
  211. has_default_value=False, default_value=_b("").decode('utf-8'),
  212. message_type=None, enum_type=None, containing_type=None,
  213. is_extension=False, extension_scope=None,
  214. serialized_options=None, file=DESCRIPTOR),
  215. _descriptor.FieldDescriptor(
  216. name='value', full_name='object_detection.protos.LabelSigmoidCalibrations.LabelSigmoidParametersMapEntry.value', index=1,
  217. number=2, type=11, cpp_type=10, label=1,
  218. has_default_value=False, default_value=None,
  219. message_type=None, enum_type=None, containing_type=None,
  220. is_extension=False, extension_scope=None,
  221. serialized_options=None, file=DESCRIPTOR),
  222. ],
  223. extensions=[
  224. ],
  225. nested_types=[],
  226. enum_types=[
  227. ],
  228. serialized_options=_b('8\001'),
  229. is_extendable=False,
  230. syntax='proto2',
  231. extension_ranges=[],
  232. oneofs=[
  233. ],
  234. serialized_start=1042,
  235. serialized_end=1150,
  236. )
  237. _LABELSIGMOIDCALIBRATIONS = _descriptor.Descriptor(
  238. name='LabelSigmoidCalibrations',
  239. full_name='object_detection.protos.LabelSigmoidCalibrations',
  240. filename=None,
  241. file=DESCRIPTOR,
  242. containing_type=None,
  243. fields=[
  244. _descriptor.FieldDescriptor(
  245. name='label_sigmoid_parameters_map', full_name='object_detection.protos.LabelSigmoidCalibrations.label_sigmoid_parameters_map', index=0,
  246. number=1, type=11, cpp_type=10, label=3,
  247. has_default_value=False, default_value=[],
  248. message_type=None, enum_type=None, containing_type=None,
  249. is_extension=False, extension_scope=None,
  250. serialized_options=None, file=DESCRIPTOR),
  251. _descriptor.FieldDescriptor(
  252. name='label_map_path', full_name='object_detection.protos.LabelSigmoidCalibrations.label_map_path', index=1,
  253. number=2, type=9, cpp_type=9, label=1,
  254. has_default_value=False, default_value=_b("").decode('utf-8'),
  255. message_type=None, enum_type=None, containing_type=None,
  256. is_extension=False, extension_scope=None,
  257. serialized_options=None, file=DESCRIPTOR),
  258. ],
  259. extensions=[
  260. ],
  261. nested_types=[_LABELSIGMOIDCALIBRATIONS_LABELSIGMOIDPARAMETERSMAPENTRY, ],
  262. enum_types=[
  263. ],
  264. serialized_options=None,
  265. is_extendable=False,
  266. syntax='proto2',
  267. extension_ranges=[],
  268. oneofs=[
  269. ],
  270. serialized_start=870,
  271. serialized_end=1150,
  272. )
  273. _XYPAIRS_XYPAIR = _descriptor.Descriptor(
  274. name='XYPair',
  275. full_name='object_detection.protos.XYPairs.XYPair',
  276. filename=None,
  277. file=DESCRIPTOR,
  278. containing_type=None,
  279. fields=[
  280. _descriptor.FieldDescriptor(
  281. name='x', full_name='object_detection.protos.XYPairs.XYPair.x', index=0,
  282. number=1, type=2, cpp_type=6, label=1,
  283. has_default_value=False, default_value=float(0),
  284. message_type=None, enum_type=None, containing_type=None,
  285. is_extension=False, extension_scope=None,
  286. serialized_options=None, file=DESCRIPTOR),
  287. _descriptor.FieldDescriptor(
  288. name='y', full_name='object_detection.protos.XYPairs.XYPair.y', index=1,
  289. number=2, type=2, cpp_type=6, label=1,
  290. has_default_value=False, default_value=float(0),
  291. message_type=None, enum_type=None, containing_type=None,
  292. is_extension=False, extension_scope=None,
  293. serialized_options=None, file=DESCRIPTOR),
  294. ],
  295. extensions=[
  296. ],
  297. nested_types=[],
  298. enum_types=[
  299. ],
  300. serialized_options=None,
  301. is_extendable=False,
  302. syntax='proto2',
  303. extension_ranges=[],
  304. oneofs=[
  305. ],
  306. serialized_start=1222,
  307. serialized_end=1252,
  308. )
  309. _XYPAIRS = _descriptor.Descriptor(
  310. name='XYPairs',
  311. full_name='object_detection.protos.XYPairs',
  312. filename=None,
  313. file=DESCRIPTOR,
  314. containing_type=None,
  315. fields=[
  316. _descriptor.FieldDescriptor(
  317. name='x_y_pair', full_name='object_detection.protos.XYPairs.x_y_pair', index=0,
  318. number=1, type=11, cpp_type=10, label=3,
  319. has_default_value=False, default_value=[],
  320. message_type=None, enum_type=None, containing_type=None,
  321. is_extension=False, extension_scope=None,
  322. serialized_options=None, file=DESCRIPTOR),
  323. ],
  324. extensions=[
  325. ],
  326. nested_types=[_XYPAIRS_XYPAIR, ],
  327. enum_types=[
  328. ],
  329. serialized_options=None,
  330. is_extendable=False,
  331. syntax='proto2',
  332. extension_ranges=[],
  333. oneofs=[
  334. ],
  335. serialized_start=1152,
  336. serialized_end=1252,
  337. )
  338. _SIGMOIDPARAMETERS = _descriptor.Descriptor(
  339. name='SigmoidParameters',
  340. full_name='object_detection.protos.SigmoidParameters',
  341. filename=None,
  342. file=DESCRIPTOR,
  343. containing_type=None,
  344. fields=[
  345. _descriptor.FieldDescriptor(
  346. name='a', full_name='object_detection.protos.SigmoidParameters.a', index=0,
  347. number=1, type=2, cpp_type=6, label=1,
  348. has_default_value=True, default_value=float(-1),
  349. message_type=None, enum_type=None, containing_type=None,
  350. is_extension=False, extension_scope=None,
  351. serialized_options=None, file=DESCRIPTOR),
  352. _descriptor.FieldDescriptor(
  353. name='b', full_name='object_detection.protos.SigmoidParameters.b', index=1,
  354. number=2, type=2, cpp_type=6, label=1,
  355. has_default_value=True, default_value=float(0),
  356. message_type=None, enum_type=None, containing_type=None,
  357. is_extension=False, extension_scope=None,
  358. serialized_options=None, file=DESCRIPTOR),
  359. ],
  360. extensions=[
  361. ],
  362. nested_types=[],
  363. enum_types=[
  364. ],
  365. serialized_options=None,
  366. is_extendable=False,
  367. syntax='proto2',
  368. extension_ranges=[],
  369. oneofs=[
  370. ],
  371. serialized_start=1254,
  372. serialized_end=1302,
  373. )
  374. _CALIBRATIONCONFIG.fields_by_name['function_approximation'].message_type = _FUNCTIONAPPROXIMATION
  375. _CALIBRATIONCONFIG.fields_by_name['label_function_approximations'].message_type = _LABELFUNCTIONAPPROXIMATIONS
  376. _CALIBRATIONCONFIG.fields_by_name['sigmoid_calibration'].message_type = _SIGMOIDCALIBRATION
  377. _CALIBRATIONCONFIG.fields_by_name['label_sigmoid_calibrations'].message_type = _LABELSIGMOIDCALIBRATIONS
  378. _CALIBRATIONCONFIG.oneofs_by_name['calibrator'].fields.append(
  379. _CALIBRATIONCONFIG.fields_by_name['function_approximation'])
  380. _CALIBRATIONCONFIG.fields_by_name['function_approximation'].containing_oneof = _CALIBRATIONCONFIG.oneofs_by_name['calibrator']
  381. _CALIBRATIONCONFIG.oneofs_by_name['calibrator'].fields.append(
  382. _CALIBRATIONCONFIG.fields_by_name['label_function_approximations'])
  383. _CALIBRATIONCONFIG.fields_by_name['label_function_approximations'].containing_oneof = _CALIBRATIONCONFIG.oneofs_by_name['calibrator']
  384. _CALIBRATIONCONFIG.oneofs_by_name['calibrator'].fields.append(
  385. _CALIBRATIONCONFIG.fields_by_name['sigmoid_calibration'])
  386. _CALIBRATIONCONFIG.fields_by_name['sigmoid_calibration'].containing_oneof = _CALIBRATIONCONFIG.oneofs_by_name['calibrator']
  387. _CALIBRATIONCONFIG.oneofs_by_name['calibrator'].fields.append(
  388. _CALIBRATIONCONFIG.fields_by_name['label_sigmoid_calibrations'])
  389. _CALIBRATIONCONFIG.fields_by_name['label_sigmoid_calibrations'].containing_oneof = _CALIBRATIONCONFIG.oneofs_by_name['calibrator']
  390. _FUNCTIONAPPROXIMATION.fields_by_name['x_y_pairs'].message_type = _XYPAIRS
  391. _LABELFUNCTIONAPPROXIMATIONS_LABELXYPAIRSMAPENTRY.fields_by_name['value'].message_type = _XYPAIRS
  392. _LABELFUNCTIONAPPROXIMATIONS_LABELXYPAIRSMAPENTRY.containing_type = _LABELFUNCTIONAPPROXIMATIONS
  393. _LABELFUNCTIONAPPROXIMATIONS.fields_by_name['label_xy_pairs_map'].message_type = _LABELFUNCTIONAPPROXIMATIONS_LABELXYPAIRSMAPENTRY
  394. _SIGMOIDCALIBRATION.fields_by_name['sigmoid_parameters'].message_type = _SIGMOIDPARAMETERS
  395. _LABELSIGMOIDCALIBRATIONS_LABELSIGMOIDPARAMETERSMAPENTRY.fields_by_name['value'].message_type = _SIGMOIDPARAMETERS
  396. _LABELSIGMOIDCALIBRATIONS_LABELSIGMOIDPARAMETERSMAPENTRY.containing_type = _LABELSIGMOIDCALIBRATIONS
  397. _LABELSIGMOIDCALIBRATIONS.fields_by_name['label_sigmoid_parameters_map'].message_type = _LABELSIGMOIDCALIBRATIONS_LABELSIGMOIDPARAMETERSMAPENTRY
  398. _XYPAIRS_XYPAIR.containing_type = _XYPAIRS
  399. _XYPAIRS.fields_by_name['x_y_pair'].message_type = _XYPAIRS_XYPAIR
  400. DESCRIPTOR.message_types_by_name['CalibrationConfig'] = _CALIBRATIONCONFIG
  401. DESCRIPTOR.message_types_by_name['FunctionApproximation'] = _FUNCTIONAPPROXIMATION
  402. DESCRIPTOR.message_types_by_name['LabelFunctionApproximations'] = _LABELFUNCTIONAPPROXIMATIONS
  403. DESCRIPTOR.message_types_by_name['SigmoidCalibration'] = _SIGMOIDCALIBRATION
  404. DESCRIPTOR.message_types_by_name['LabelSigmoidCalibrations'] = _LABELSIGMOIDCALIBRATIONS
  405. DESCRIPTOR.message_types_by_name['XYPairs'] = _XYPAIRS
  406. DESCRIPTOR.message_types_by_name['SigmoidParameters'] = _SIGMOIDPARAMETERS
  407. _sym_db.RegisterFileDescriptor(DESCRIPTOR)
  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._options = None
  472. _LABELSIGMOIDCALIBRATIONS_LABELSIGMOIDPARAMETERSMAPENTRY._options = None
  473. # @@protoc_insertion_point(module_scope)