All Projects → Jaesung-Jun → Cut-And-Save-Faces

Jaesung-Jun / Cut-And-Save-Faces

Licence: other
Help to collect pictures

Programming Languages

python
139335 projects - #7 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to Cut-And-Save-Faces

Look4Face
Demo of Face Recognition web service
Stars: ✭ 23 (+35.29%)
Mutual labels:  face
face normals cvpr17
Code for "Face Normals `in-the-wild' using Fully Convolutional Networks" (CVPR 17)
Stars: ✭ 45 (+164.71%)
Mutual labels:  face
mica-race-from-face
Predicting race from faces for movie data
Stars: ✭ 25 (+47.06%)
Mutual labels:  face
FaceAttributeManipulation
An implementation of Learning Residual Images for Face Attribute Manipulation
Stars: ✭ 52 (+205.88%)
Mutual labels:  face
AverageFaceDemo
Average face on android
Stars: ✭ 31 (+82.35%)
Mutual labels:  face
face video segment
Face Video Segmentation - Face segmentation ground truth from videos
Stars: ✭ 84 (+394.12%)
Mutual labels:  face
emojityper
Github said "Error saving your changes: Description contains unicode characters above 0xffff" when I put the FACE LAUGHING WITH TEARS OF JOY emoji in this box
Stars: ✭ 76 (+347.06%)
Mutual labels:  face
brfv4 win examples
Windows C++ examples utilizing OpenCV for camera access and drawing the face tracking results.
Stars: ✭ 13 (-23.53%)
Mutual labels:  face
PSCognitiveService
Powershell module to access Microsoft Azure Machine learning RESTful API's or Microsoft cognitive services
Stars: ✭ 46 (+170.59%)
Mutual labels:  face
Twelveish
🕛 Twelveish - Android Wear/Wear OS Watch Face
Stars: ✭ 29 (+70.59%)
Mutual labels:  face
jeelizPupillometry
Real-time pupillometry in the web browser using a 4K webcam video feed processed by this WebGL/Javascript library. 2 demo experiments are included.
Stars: ✭ 78 (+358.82%)
Mutual labels:  face
ImageCropper
✂️ Detect and crop faces, barcodes, texts or rectangle in image with iOS 11 Vision (iOS 10 Core Image) api.(图片裁剪:支持人脸、二维码/条形码、文本、方框)
Stars: ✭ 17 (+0%)
Mutual labels:  face
Multi-Face-Comparison
This repo is meant for backend API for face comparision and computer vision. It is built on python flask framework
Stars: ✭ 20 (+17.65%)
Mutual labels:  face
Universal Head 3DMM
This is a Project Page of 'Towards a complete 3D morphable model of the human head'
Stars: ✭ 138 (+711.76%)
Mutual labels:  face
Music player with Emotions recognition
This program can recognize your mood by detecting your face and play song according your mood
Stars: ✭ 79 (+364.71%)
Mutual labels:  face
Insta flters with python
With this program you can add hat & glass on your face(it's support multiple faces)
Stars: ✭ 21 (+23.53%)
Mutual labels:  face
Facial-Landmark-Detection
Facial Landmark Detection Framework
Stars: ✭ 33 (+94.12%)
Mutual labels:  face
Facenet-Caffe
facenet recognition and retrieve by using hnswlib and flask, convert tensorflow model to caffe
Stars: ✭ 30 (+76.47%)
Mutual labels:  face
face-login
人脸识别登录服务端,使用Face++或seeta
Stars: ✭ 39 (+129.41%)
Mutual labels:  face
PyVGGFace
VGG-Face CNN descriptor in PyTorch.
Stars: ✭ 21 (+23.53%)
Mutual labels:  face


Cut And Save Faces

picture collecting tool



Description

Cut And Save Faces is pictures collecting tool.
Written by Python. (uses Qt to develop its graphical interface)

Input

Output (used haarcascade_frontalface_default.xml)

Features

  • support video files
  • Face Alignment
  • Graphic InterFace
  • Labeling

Requirements

  • Ubuntu(Not tested) , macOS(Not tested), Windows
  • PyQt5
  • Python 3

Installation

dlib install guide

# You can see dlib install guide at
# https://www.learnopencv.com/install-dlib-on-windows/

Install require libraries

# opencv-python, opencv-contrib-python, dlib, imutils, PyQt5
# Please note dlib install guide
#
# Develop Environment
#
#  ●  opencv-python==4.1.0.25
#  ●  opencv-contrib-python==4.1.0.25
#  ●  dlib==19.17.0
#  ●  imutils==0.5.3
#  ●  PyQt5==5.14.1
#
# Probably, CASF can be executed with higher versions of these libraries.
#
$ pip install opencv-python
$ pip install opencv-contrib-python
$ pip install imutils
$ pip install PyQt5

Execution

$ python CASF-Main.py

Usage

  • (1) : Select your input path (dataset's path that you want to save&cut )
  • (2) : Select path where you want to save
  • (3) : Select output data type you want to save (or select your own detection file)
  • [Option] (3-2) : Select Options
  • (4) Run

References

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].