|
218 | 218 | " name = \"bounding_box\", # must match your ontology feature's name\n", |
219 | 219 | " confidence=0.5, \n", |
220 | 220 | " value=lb_types.Rectangle(\n", |
221 | | - " start=lb_types.Point(x=977, y=1690), # Top left\n", |
222 | | - " end=lb_types.Point(x=330, y=225), # Bottom right\n", |
| 221 | + " start=lb_types.Point(x=20, y=15), # Top left\n", |
| 222 | + " end=lb_types.Point(x=25, y=30), # Bottom right\n", |
223 | 223 | " ),\n", |
224 | 224 | " \n", |
225 | 225 | ")\n", |
|
248 | 248 | " name=\"bbox_with_radio_subclass\",\n", |
249 | 249 | " confidence=0.5, # must match your ontology feature's name\n", |
250 | 250 | " value=lb_types.Rectangle(\n", |
251 | | - " start=lb_types.Point(x=933, y=541), # Top left\n", |
252 | | - " end=lb_types.Point(x=191, y=330), # Bottom right\n", |
| 251 | + " start=lb_types.Point(x=10, y=20), # Top left\n", |
| 252 | + " end=lb_types.Point(x=25, y=30), # Bottom right\n", |
253 | 253 | " ),\n", |
254 | 254 | " classifications=[\n", |
255 | 255 | " \tlb_types.ClassificationAnnotation(\n", |
|
0 commit comments