!7 replace Finder with F1. p-exp { L files = markedEyebrowsFiles(); FaceFinderByPictures1 faceFinder = defaultFaceFinderByPictures(); RGBImageRectAndState images = map(markedEyebrowsFiles(), func(File f) -> RGBImageRectAndState { RGBImage full = loadRGBImage(f); Rect face = faceFinder.get(full); RGBImageRectAndState(rgbClip(full, face), clipRect(unstruct(getFileInfoField(f, "Eyebrow position")), face), getFileInfoField(f, "Eyebrow state")) }); showRGBImageAndRects(images); }