All Projects → hihebark → Catt

hihebark / Catt

Detecting the temperature from an infrared image

Projects that are alternatives of or similar to Catt

Marvel
Marvel - Face Recognition With Android & OpenCV
Stars: ✭ 199 (+231.67%)
Mutual labels:  opencv, face-detection, image-processing
Facer
Simple (🤞) face averaging (🙂) in Python (🐍)
Stars: ✭ 49 (-18.33%)
Mutual labels:  opencv, face-detection, image-processing
Sod
An Embedded Computer Vision & Machine Learning Library (CPU Optimized & IoT Capable)
Stars: ✭ 1,460 (+2333.33%)
Mutual labels:  face-detection, image-processing, detection
Vehicle counting tensorflow
🚘 "MORE THAN VEHICLE COUNTING!" This project provides prediction for speed, color and size of the vehicles with TensorFlow Object Counting API.
Stars: ✭ 582 (+870%)
Mutual labels:  opencv, image-processing, detection
Scene Text Recognition
Scene text detection and recognition based on Extremal Region(ER)
Stars: ✭ 146 (+143.33%)
Mutual labels:  opencv, image-processing, detection
Opencv Face Filters
Snapchat-like Face Filters in OpenCV
Stars: ✭ 51 (-15%)
Mutual labels:  opencv, face-detection, image-processing
Openexr
The OpenEXR project provides the specification and reference implementation of the EXR file format, the professional-grade image storage format of the motion picture industry.
Stars: ✭ 992 (+1553.33%)
Mutual labels:  image-processing, images
Grabcutweb
Full web grabcut example using opencvjs
Stars: ✭ 40 (-33.33%)
Mutual labels:  opencv, image-processing
Tensorflow Lite Rest Server
Expose tensorflow-lite models via a rest API
Stars: ✭ 43 (-28.33%)
Mutual labels:  face-detection, image-processing
Realtimefaceapi
This is a demo project showing how to use Face API in Cognitive Services with OpenCV
Stars: ✭ 44 (-26.67%)
Mutual labels:  opencv, face-detection
Android Hpe
Android native application to perform head pose estimation using images coming from the front camera.
Stars: ✭ 46 (-23.33%)
Mutual labels:  opencv, face-detection
Seeds Revised
Implementation of the superpixel algorithm called SEEDS [1].
Stars: ✭ 48 (-20%)
Mutual labels:  opencv, image-processing
Imagemin Module
Automatically optimize (compress) all images used in Nuxt.js
Stars: ✭ 37 (-38.33%)
Mutual labels:  image-processing, images
Opencv Tutorials
Tutorials for learning OpenCV in Python from Scratch
Stars: ✭ 36 (-40%)
Mutual labels:  opencv, image-processing
Predict Facial Attractiveness
Using OpenCV and Dlib to predict facial attractiveness.
Stars: ✭ 41 (-31.67%)
Mutual labels:  opencv, face-detection
Ng Open Cv
Angular 6+ & OpenCV.js integration service library
Stars: ✭ 36 (-40%)
Mutual labels:  opencv, face-detection
Fast face detector
A face detector based on the work "Aggregate channel features for multi-view face detection" presented by Bin Yang, Junjie Yan, Zhen Lei and Stan Z. Li.
Stars: ✭ 35 (-41.67%)
Mutual labels:  opencv, face-detection
Facifier
An emotion and gender detector based on facial features, built with Python and OpenCV
Stars: ✭ 52 (-13.33%)
Mutual labels:  opencv, face-detection
Images Web Crawler
This package is a complete tool for creating a large dataset of images (specially designed -but not only- for machine learning enthusiasts). It can crawl the web, download images, rename / resize / covert the images and merge folders..
Stars: ✭ 51 (-15%)
Mutual labels:  image-processing, images
Idmatch
Match faces on id cards with OCR capabilities.
Stars: ✭ 52 (-13.33%)
Mutual labels:  opencv, face-detection

Project dropped


ThermoGray

ThermoGray it's a solution for detecting if a child with cancer have a fever or not if so the solution notify the nurse to comes give the child the medicine.

explicaation

Dataset's

Link to the dataset: dataset 1 dataset 2

Deep-Learning

  • [x] Training data (programmatically).
  • [x] Data augmentation (programmatically).
  • [x] Batch to make a CSV dataset table.
  • [x] Datasets classification.
  • [x] Datasets regression.
  • [x] CoLab training our dataset (a free GPU, google solution.).
  • [x] Working on the application...

colab simple code

from google.colab import drive
drive.mount('/content/gdrive', force_remount=True)
!echo "[ ! ] Starting..."
!cd "/content/gdrive/My Drive/Colab Notebooks" && python run.py

CSV template

path temperature
~/my/path/ 39.9

Screenshots

explicaation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].