Skip to content

image_utils

xiao_hei_vln.image_utils

Shared image helpers (engine + logger).

image_frame_to_pil(frame)

Convert an ImageFrame (BGR8 raw bytes) to a PIL RGB image.

resize_pil(img, *, long_edge)

Downscale img so its longest side is at most long_edge pixels.