使用 openbr 例如
br -algorithm FaceRecognition -compare pictures.gal photo csv
只要照片中的人脸不旋转,我就可以得到一致的结果。我似乎无法让 openbr 识别旋转 90 度的脸。openbr 是否有某种补偿旋转照片的方法?我考虑过自己用 imagemagick 旋转照片,但我认为不可能知道旋转哪个方向。
如果EXIF信息仍然存在于您的图像中,您可以让ImageMagick为您自动直立旋转图像,如下所示:
convert image.jpg -auto-orient result.jpg