https://github.com/yinguobing/models
A playground for friendly deep neural network models.
https://github.com/yinguobing/models
models tensorflow
Last synced: 8 months ago
JSON representation
A playground for friendly deep neural network models.
- Host: GitHub
- URL: https://github.com/yinguobing/models
- Owner: yinguobing
- License: gpl-3.0
- Created: 2020-08-15T02:54:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T02:35:42.000Z (over 5 years ago)
- Last Synced: 2025-04-10T00:36:58.756Z (about 1 year ago)
- Topics: models, tensorflow
- Language: Python
- Homepage:
- Size: 94.7 KB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# models
A playground for friendly deep neural network models.
These models are friendly, which means they are easy to understand, especially for beginners.
## Current members
- ResNet
- HRNet
- ShuffleNet v2
- BlazeNet (like Google's BlazeFace)
## Applications
Find out what these models are capable of from the following projects.
### facial-landmark-detection-hrnet
A TensorFlow implementation of HRNet for facial landmark detection.
https://github.com/yinguobing/facial-landmark-detection-hrnet
### LINGLONG
A friendly face detection implementation with ShuffleNet v2.
https://github.com/yinguobing/linglong
### blaze-face
[Coming soon] A TensorFlow implementation of Google's BlazeFace
https://github.com/yinguobing/blaze-face