|
65 | 65 | "latestLabel": { |
66 | 66 | "jsonResponse": job_object_detection, |
67 | 67 | "author": {"firstname": "Jean-Pierre", "lastname": "Dupont"}, |
| 68 | + "labelType": "DEFAULT", |
68 | 69 | }, |
69 | 70 | "externalId": "car_1", |
70 | 71 | "content": "https://storage.googleapis.com/label-public-staging/car/car_1.jpg", |
|
77 | 78 | "latestLabel": { |
78 | 79 | "jsonResponse": job_object_detection_with_classification, |
79 | 80 | "author": {"firstname": "Jean-Pierre", "lastname": "Dupont"}, |
| 81 | + "labelType": "DEFAULT", |
80 | 82 | }, |
81 | 83 | "externalId": "car_1", |
82 | 84 | "content": "https://storage.googleapis.com/label-public-staging/car/car_1.jpg", |
|
87 | 89 | "latestLabel": { |
88 | 90 | "jsonResponse": {}, |
89 | 91 | "author": {"firstname": "Jean-Pierre", "lastname": "Dupont"}, |
| 92 | + "labelType": "DEFAULT", |
90 | 93 | }, |
91 | 94 | "externalId": "car_1", |
92 | 95 | "content": "https://storage.googleapis.com/label-public-staging/car/car_1.jpg", |
|
97 | 100 | "latestLabel": { |
98 | 101 | "jsonResponse": job_object_detection, |
99 | 102 | "author": {"firstname": "Jean-Pierre", "lastname": "Dupont"}, |
| 103 | + "labelType": "DEFAULT", |
100 | 104 | }, |
101 | 105 | "externalId": "car_2", |
102 | 106 | "content": "https://storage.googleapis.com/label-public-staging/car/car_2.jpg", |
|
107 | 111 | "latestLabel": { |
108 | 112 | "jsonResponse": job_object_detection, |
109 | 113 | "author": {"firstname": "Jean-Pierre", "lastname": "Dupont"}, |
| 114 | + "labelType": "DEFAULT", |
110 | 115 | }, |
111 | 116 | "externalId": "car_3", |
112 | 117 | "content": "", |
|
134 | 139 | "1": job_object_detection, |
135 | 140 | **{str(i): {} for i in range(2, 28)}, |
136 | 141 | }, |
| 142 | + "labelType": "DEFAULT", |
137 | 143 | "author": {"firstname": "Jean-Pierre", "lastname": "Dupont"}, |
138 | 144 | }, |
139 | 145 | "externalId": "short_video", |
|
148 | 154 | "1": job_object_detection, |
149 | 155 | **{str(i): {} for i in range(2, 130)}, |
150 | 156 | }, |
| 157 | + "labelType": "DEFAULT", |
151 | 158 | "author": {"firstname": "Jean-Pierre", "lastname": "Dupont"}, |
152 | 159 | }, |
153 | 160 | "externalId": "video2", |
|
0 commit comments