GitHub - lzx1413/pytorch_face_landmark: A pytorch version of face landmark framework (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Repository files navigation
Pytorch Face Landmark
This project is based on the pytorch-classification.
requirement
how to use
- prepare dataset and generate gt cvs file and the format is like follows:
path_to_image,pt1_x,pt1_y......
....
- define the model just like in models/basetnet
- set the hyper params in train.py
- take a cup of coffee