Skip to content

Instantly share code, notes, and snippets.

View HWiese1980's full-sized avatar

Hendrik Wiese HWiese1980

  • DB Systel GmbH
  • Hamburg
View GitHub Profile
@HWiese1980
HWiese1980 / align_images.py
Created January 3, 2018 22:15 — forked from anonymous/align_images.py
Face alignment scripts based on 1adrianb/face-alignment
import argparse
import cv2
import dlib
import json
import numpy
import skimage
from pathlib import Path
from tqdm import tqdm
from umeyama import umeyama