https://github.com/mfa/cresscam-classify
classify some photos
https://github.com/mfa/cresscam-classify
Last synced: 10 months ago
JSON representation
classify some photos
- Host: GitHub
- URL: https://github.com/mfa/cresscam-classify
- Owner: mfa
- Created: 2016-06-11T17:11:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-11T17:17:33.000Z (about 10 years ago)
- Last Synced: 2025-02-07T14:22:42.182Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# classify images from a webcam
## about
The photos can be distinguished in *too bright*, *too dark*, *with a lot of red* (because of UV lamp) and *good photos*.
First we need to get rid of the too bright ones because they show nothing significant.
Later we may want to classify the other types for better time lapse videos.
## process
1. categorise some photos using shotwell into 4 ratings (named above).
2. add some image manipulation functions to calculate hue.
3. train using i.e. Tensorflow
4. Profit.