All Projects → akofman → wider-face-pascal-voc-annotations

akofman / wider-face-pascal-voc-annotations

Licence: MIT license
WIDER FACE annotations converted to the Pascal VOC XML format

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to wider-face-pascal-voc-annotations

morghulis
No description or website provided.
Stars: ✭ 18 (-74.65%)
Mutual labels:  face-detection, widerface
keras-yolo3-facedetection
Real-time face detection model using YOLOv3 with Keras
Stars: ✭ 13 (-81.69%)
Mutual labels:  face-detection
4K-Face
4K-Face: A Dataset with Huge Scale-variance Faces
Stars: ✭ 23 (-67.61%)
Mutual labels:  face-detection
face-swap
换脸程序
Stars: ✭ 32 (-54.93%)
Mutual labels:  face-detection
FaceDetection.jl
A face detection algorithm using Viola-Jones' rapid object detection framework written in Julia
Stars: ✭ 13 (-81.69%)
Mutual labels:  face-detection
shunyaface
Fast Face Recognition on the edge
Stars: ✭ 49 (-30.99%)
Mutual labels:  face-detection
face detect api
This is a simple face detection api that takes as input, an image and gives as output, detected faces on the image. This API can be used as an alternative to the paid face detection APIs currently available as it gives quite good accuracy levels.
Stars: ✭ 26 (-63.38%)
Mutual labels:  face-detection
awesome-tiny-object-detection
🕶 A curated list of Tiny Object Detection papers and related resources.
Stars: ✭ 840 (+1083.1%)
Mutual labels:  face-detection
pigallery
PiGallery: AI-powered Self-hosted Secure Multi-user Image Gallery and Detailed Image analysis using Machine Learning, EXIF Parsing and Geo Tagging
Stars: ✭ 35 (-50.7%)
Mutual labels:  face-detection
gender classifier
Deep learning, Face detection, CNN, Tensorflow, Keras, OpenCV, Python crawler
Stars: ✭ 20 (-71.83%)
Mutual labels:  face-detection
aws-lambda-face-blur
AWS Lambda Face Blur
Stars: ✭ 17 (-76.06%)
Mutual labels:  face-detection
Insta flters with python
With this program you can add hat & glass on your face(it's support multiple faces)
Stars: ✭ 21 (-70.42%)
Mutual labels:  face-detection
Deep-Learning
This repo provides projects on deep-learning mainly using Tensorflow 2.0
Stars: ✭ 22 (-69.01%)
Mutual labels:  face-detection
Face Detection HOG
Face Detection using HOG and SVM
Stars: ✭ 13 (-81.69%)
Mutual labels:  face-detection
FCN-Segmentation-TensorFlow
FCN for Semantic Image Segmentation achieving 68.5 mIoU on PASCAL VOC
Stars: ✭ 34 (-52.11%)
Mutual labels:  pascal-voc
android-face-landmarks
Android app that localizes facial landmarks in nearly real-time
Stars: ✭ 62 (-12.68%)
Mutual labels:  face-detection
Look4Face
Demo of Face Recognition web service
Stars: ✭ 23 (-67.61%)
Mutual labels:  face-detection
Face-X
Demonstration of different algorithms and operations on faces. Join the Discord channel for discussion.
Stars: ✭ 226 (+218.31%)
Mutual labels:  face-detection
facial-landmarks
Facial landmarks detection with OpenCV, Dlib, DNN
Stars: ✭ 25 (-64.79%)
Mutual labels:  face-detection
face detection
using caffemode which is provided by shiqi yu
Stars: ✭ 14 (-80.28%)
Mutual labels:  face-detection

WIDER FACE PASCAL VOC ANNOTATIONS

This repository contains the WIDER FACE annotations converted to the Pascal VOC XML format.

It also contains the script used to do this conversion.

usage: convert.py [-h] [-ap ANNOTATIONS_PATH] [-tp TARGET_PATH]
                  [-ip IMAGES_PATH]

optional arguments:
  -h, --help            show this help message and exit
  -ap ANNOTATIONS_PATH, --annotations-path ANNOTATIONS_PATH
                        the annotations file path.
                        ie:"./wider_face_split/wider_face_train_bbx_gt.txt".
  -tp TARGET_PATH, --target-path TARGET_PATH
                        the target directory path where XML files will be
                        copied.
  -ip IMAGES_PATH, --images-path IMAGES_PATH
                        the images directory path. ie:"./WIDER_train/images"

It has been used as following:

$ ./convert.py -ap ./wider_face_split/wider_face_train_bbx_gt.txt -tp ./WIDER_train_annotations/ -ip ./WIDER_train/images/
$ ./convert.py -ap ./wider_face_split/wider_face_val_bbx_gt.txt -tp ./WIDER_val_annotations/ -ip ./WIDER_val/images/

License

MIT Licensed. Copyright (c) Alexis Kofman 2018.

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