Mirror SAM face-aging checkpoint - Stage 10
Browse files- README.md +36 -0
- sam_ffhq_aging.pt +3 -0
README.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- face-aging
|
| 5 |
+
- stylegan2
|
| 6 |
+
- psp
|
| 7 |
+
- age-manipulation
|
| 8 |
+
- mirror
|
| 9 |
+
library_name: pytorch
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# SAM — Face Aging (A.I.M.I Mirror)
|
| 13 |
+
|
| 14 |
+
Mirror of the **SAM (Style-based Age Manipulation)** pretrained checkpoint by Yuval Alaluf et al. (ICCV 2021), re-hosted here for stable URLs inside the A.I.M.I desktop product. Contents are unmodified — the weights in `sam_ffhq_aging.pt` are byte-identical to the official Google Drive download referenced from [github.com/yuval-alaluf/SAM](https://github.com/yuval-alaluf/SAM).
|
| 15 |
+
|
| 16 |
+
Used by A.I.M.I's image-editor face-aging feature: shift the apparent age of every detected face in a photo by -50 to +50 years while keeping identity and background intact.
|
| 17 |
+
|
| 18 |
+
## Files
|
| 19 |
+
|
| 20 |
+
| File | Size | Purpose |
|
| 21 |
+
|---|---|---|
|
| 22 |
+
| `sam_ffhq_aging.pt` | ~2.27 GB | All-in-one checkpoint: pSp encoder + StyleGAN2-FFHQ generator + VGG age regressor + training options |
|
| 23 |
+
|
| 24 |
+
## License
|
| 25 |
+
|
| 26 |
+
**MIT** — identical to the upstream release. Redistributed unchanged.
|
| 27 |
+
|
| 28 |
+
See [LICENSE](https://github.com/yuval-alaluf/SAM/blob/master/LICENSE) in the original repo for full terms. Commercial use permitted; attribution required.
|
| 29 |
+
|
| 30 |
+
## Attribution
|
| 31 |
+
|
| 32 |
+
- **Paper**: Yuval Alaluf, Or Patashnik, Daniel Cohen-Or. *"Only a Matter of Style: Age Transformation Using a Style-Based Regression Model"*. ICCV 2021. [arXiv:2102.02754](https://arxiv.org/abs/2102.02754)
|
| 33 |
+
- **Source code**: [github.com/yuval-alaluf/SAM](https://github.com/yuval-alaluf/SAM)
|
| 34 |
+
- **Builds on**: pSp encoder (Richardson et al., *"Encoding in Style"*, CVPR 2021) and StyleGAN2 (Karras et al., *"Analyzing and Improving the Image Quality of StyleGAN"*, CVPR 2020).
|
| 35 |
+
|
| 36 |
+
When using this mirror in downstream products, please cite the SAM paper above.
|
sam_ffhq_aging.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6fbd6085e2e6001f51f6dee896ae5ba7bd6c3fab5c06fadba75f2a12188ba143
|
| 3 |
+
size 2270547237
|