https://github.com/erogol/eigthtbit
Basic computer vision and deep learning routines on Python
https://github.com/erogol/eigthtbit
computer-vision deep-learning image-scrapping machine-learning
Last synced: 9 months ago
JSON representation
Basic computer vision and deep learning routines on Python
- Host: GitHub
- URL: https://github.com/erogol/eigthtbit
- Owner: erogol
- Created: 2017-09-11T09:34:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-11T09:50:17.000Z (almost 9 years ago)
- Last Synced: 2025-02-08T09:11:38.358Z (over 1 year ago)
- Topics: computer-vision, deep-learning, image-scrapping, machine-learning
- Language: Python
- Size: 136 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Collection of Vision and Deep Learning Routines
-----------------------------------------------
This repo has different deep learning and computer vision routines which are useful for any kind of project intermittently.
Please be cautious against any bug and feel free to contribute.
What we have here
-----------------
- Selenium based Google Image scrapper.
- Implementation of K-means based representation learning refered [here](https://cs.stanford.edu/~acoates/papers/CoatesLeeNg_nips2010_dlwkshp_singlelayer.pdf). It is kind of Bag of Words approach.
- Cpp based im2col operator, useful to create overlapping or not overlapping image grids efficiently.
- Color, Gabor and LBP (local binary patter) histogram extraction from images.
- Distance functions comparing feature vectors and basic image retrieval routine.
- Web scapping, image hashing and io utils.
- Wrapper around DLIB face detection and face landmark detection.