-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathbipartite_matcher_pb2.py
62 lines (48 loc) · 1.7 KB
/
bipartite_matcher_pb2.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: object_detection/protos/bipartite_matcher.proto
import sys
_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
from google.protobuf import descriptor as _descriptor
from google.protobuf import message as _message
from google.protobuf import reflection as _reflection
from google.protobuf import symbol_database as _symbol_database
from google.protobuf import descriptor_pb2
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
DESCRIPTOR = _descriptor.FileDescriptor(
name='object_detection/protos/bipartite_matcher.proto',
package='object_detection.protos',
syntax='proto2',
serialized_pb=_b('\n/object_detection/protos/bipartite_matcher.proto\x12\x17object_detection.protos\"\x12\n\x10\x42ipartiteMatcher')
)
_BIPARTITEMATCHER = _descriptor.Descriptor(
name='BipartiteMatcher',
full_name='object_detection.protos.BipartiteMatcher',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
],
extensions=[
],
nested_types=[],
enum_types=[
],
options=None,
is_extendable=False,
syntax='proto2',
extension_ranges=[],
oneofs=[
],
serialized_start=76,
serialized_end=94,
)
DESCRIPTOR.message_types_by_name['BipartiteMatcher'] = _BIPARTITEMATCHER
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
BipartiteMatcher = _reflection.GeneratedProtocolMessageType('BipartiteMatcher', (_message.Message,), dict(
DESCRIPTOR = _BIPARTITEMATCHER,
__module__ = 'object_detection.protos.bipartite_matcher_pb2'
# @@protoc_insertion_point(class_scope:object_detection.protos.BipartiteMatcher)
))
_sym_db.RegisterMessage(BipartiteMatcher)
# @@protoc_insertion_point(module_scope)