1adrianb / face-alignment

:fire: 2D and 3D Face alignment library build using pytorch
https://www.adrianbulat.com
BSD 3-Clause "New" or "Revised" License
6.94k stars 1.33k forks source link

all models for different scales #202

Closed Jiyongma06 closed 3 years ago

Jiyongma06 commented 3 years ago

Currently only large models can be downloaded. Are there models for TINY, SMALL, MEDIUM scales. class NetworkSize(Enum):

TINY = 1

#SMALL = 2
# MEDIUM = 3
LARGE = 4
1adrianb commented 3 years ago

Duplicate of #4 That being said, I should dig into my old backups and look into this at some point.