|
252 | 252 | "bbox_annotation = lb_types.ObjectAnnotation(\n", |
253 | 253 | " name = \"bounding_box\", # must match your ontology feature's name\n", |
254 | 254 | " value = lb_types.Rectangle(\n", |
255 | | - " start=lb_types.Point(x=977, y=1690), # Top left\n", |
256 | | - " end=lb_types.Point(x=330, y=225), # Bottom right\n", |
| 255 | + " start=lb_types.Point(x=20, y=15), # Top left\n", |
| 256 | + " end=lb_types.Point(x=25, y=30), # Bottom right\n", |
257 | 257 | " )\n", |
258 | 258 | ")\n", |
259 | 259 | "\n", |
|
280 | 280 | "bbox_with_radio_subclass_annotation = lb_types.ObjectAnnotation(\n", |
281 | 281 | " name=\"bbox_with_radio_subclass\",\n", |
282 | 282 | " value=lb_types.Rectangle(\n", |
283 | | - " start=lb_types.Point(x=933, y=541), # Top left\n", |
284 | | - " end=lb_types.Point(x=191, y=330), # Bottom right\n", |
| 283 | + " start=lb_types.Point(x=10, y=20), # Top left\n", |
| 284 | + " end=lb_types.Point(x=25, y=30), # Bottom right\n", |
285 | 285 | " ),\n", |
286 | 286 | " classifications=[\n", |
287 | 287 | " \tlb_types.ClassificationAnnotation(\n", |
|
0 commit comments