Warning: session_start(): open(/var/lib/php/sessions/sess_4jcg208j8p9etfl70ooq23qbqj, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
sclass AOA_CompareImagesToProtos implements Steppable { new Map images; new Map protos; new AllOnAll allOnAll; new Map> bestProtoForImage; new Map> bestImageForProto; public bool step() { PairS p = allOnAll.next(); if (p == null) false; BWImage img1 = images.get(p.a); BWImage img2 = protos.get(p.a); Scored bestProto = bestProtoForImage.get(p.a); float sim = bwImageSimilarityResized(img1, img2, score(bestProto)); scoredMapPut(bestProtoForImage, p.a, p.b, sim); scoredMapPut(bestImageForProto, p.b, p.a, sim); } }