frame/photos/faces.json
Andras Schmelczer fd17cf2540
Some checks failed
lint / ruff (push) Failing after 1m56s
Better example
2026-05-06 23:12:21 +01:00

65 lines
1.5 KiB
JSON

{
"_comment": "Hand-eyeballed face boxes for crop_compare.ipynb. Coordinates are in the original image's pixel space; imageWidth/imageHeight match the on-disk file dimensions. Same shape as Immich's per-asset face data.",
"man_on_cliff.jpg": [
{
"imageWidth": 1600,
"imageHeight": 1067,
"boundingBoxX1": 380,
"boundingBoxY1": 410,
"boundingBoxX2": 510,
"boundingBoxY2": 510
}
],
"friends_in_field.jpg": [
{
"imageWidth": 1600,
"imageHeight": 1067,
"boundingBoxX1": 290,
"boundingBoxY1": 390,
"boundingBoxX2": 440,
"boundingBoxY2": 560
},
{
"imageWidth": 1600,
"imageHeight": 1067,
"boundingBoxX1": 520,
"boundingBoxY1": 370,
"boundingBoxX2": 680,
"boundingBoxY2": 530
},
{
"imageWidth": 1600,
"imageHeight": 1067,
"boundingBoxX1": 720,
"boundingBoxY1": 470,
"boundingBoxX2": 850,
"boundingBoxY2": 620
},
{
"imageWidth": 1600,
"imageHeight": 1067,
"boundingBoxX1": 920,
"boundingBoxY1": 420,
"boundingBoxX2": 1090,
"boundingBoxY2": 590
}
],
"mother_and_daughter.jpg": [
{
"imageWidth": 800,
"imageHeight": 1200,
"boundingBoxX1": 160,
"boundingBoxY1": 240,
"boundingBoxX2": 380,
"boundingBoxY2": 510
},
{
"imageWidth": 800,
"imageHeight": 1200,
"boundingBoxX1": 380,
"boundingBoxY1": 320,
"boundingBoxX2": 580,
"boundingBoxY2": 510
}
]
}