https://github.com/sartq333/facial-keypoint-detection
https://github.com/sartq333/facial-keypoint-detection
computer-vision deep-learning python pytorch pytorch-implementation
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sartq333/facial-keypoint-detection
- Owner: sartq333
- Created: 2024-10-18T10:06:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-18T15:45:40.000Z (over 1 year ago)
- Last Synced: 2025-01-04T06:35:11.088Z (over 1 year ago)
- Topics: computer-vision, deep-learning, python, pytorch, pytorch-implementation
- Language: Jupyter Notebook
- Homepage:
- Size: 63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Facial-Keypoint-Detection
this repository contains code for training a facial keypoint detection model (which is multi-regression problem, since we have to detect multiple coordinates/points from one single image) in pytorch. the dataset used for training the model can be found [here](https://github.com/udacity/P1_Facial_Keypoints). corresponding kaggle notebook for direct use of code can be found [here](https://www.kaggle.com/code/sarthak333/facial-keypoint-detection).