Render notebooks

This commit is contained in:
Andras Schmelczer 2026-05-04 18:14:36 +01:00
parent 89129177a3
commit c3dd5c28c7
14 changed files with 439 additions and 524 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 485 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 674 KiB

41
photos/faces.json Normal file
View file

@ -0,0 +1,41 @@
{
"_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
}
],
"man_with_dog.jpg": [
{
"imageWidth": 1600,
"imageHeight": 1067,
"boundingBoxX1": 1080,
"boundingBoxY1": 200,
"boundingBoxX2": 1320,
"boundingBoxY2": 450
}
],
"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
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

BIN
photos/leopard_on_road.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

BIN
photos/man_on_cliff.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

BIN
photos/man_with_dog.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB