Skip to content

Instantly share code, notes, and snippets.

View heljakka's full-sized avatar

Ari Heljakka heljakka

View GitHub Profile
@heljakka
heljakka / face_align.sh
Created December 15, 2020 09:08
Image alignment in FFHQ style
#!/bin/bash
echo 'Assume original images are under: $1'
git clone https://github.com/Puzer/stylegan
cd stylegan
python -c '
import os
import sys