1adrianb / 1adrianb/face-alignment
DownLoading Problem.
- Dominant language
- Python
- Stars
- 7.5k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
Hi, when I import `face_alignment` module and use `face_alignment.FaceAlignment()`. It starts to download pre-trained CNN model. However, it 's pretty slow. Would you like to share the model file in Github?
Thank you, sincerely.
Contributor guide
No contributing guide indexed for this repository
Research direction
Look at the code that downloads the model, likely in the __init__ of FaceAlignment or a utils/download.py file. Check where the model URL is defined and how the download is triggered. The change would involve hosting the model file on GitHub releases or another mirror and updating the download logic. Verify by running a test that imports face_alignment and see if it fetches from the new location.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100