pub fn faces_list(conn: &Connection) -> Result<FacesData>Expand description
People / unassigned clusters / singletons for the labeling page.
:warning: A library that has never run videre faces has no faces table
at all, and that is not an error. videre scan creates file_hashes,
people and pipeline_runs; the faces table arrives with the first
detection run. Querying it before then failed with “no such table”, which the
server turned into a 500 with an empty body, which the page turned into
Unexpected end of JSON input across the top of the labeling UI.
“Nothing detected yet” is a state, not a failure. It returns empty here and the page says so.