An error occurred while fetching participants.
The returned landmarks are not in the default order of Bob
Created by: siebenkopf
The landmarks that are returned by the localize()
function are given in (x,y) order, while the order in Bob is usually (y,x).
Interestingly, the second localizer(top, left, height, width)
function accepts the parameters in the right order, but return landmarks in non-Bob-conform order.