Search Results for "dlib-19.19.0-cp38-cp38-win_amd64.whl"

Showing 18 open source projects for "dlib-19.19.0-cp38-cp38-win_amd64.whl"

View related business solutions
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • Integrate in minutes with our email API and trust your emails reach the inbox | SendGrid Icon
    Integrate in minutes with our email API and trust your emails reach the inbox | SendGrid

    Leverage the email service that customer-first brands trust for reliable inbox delivery at scale.

    Email is the backbone of your customer engagement. The Twilio SendGrid Email API is the email service trusted by developers and marketers for time-savings, scalability, and delivery expertise. Our flexible Email API and proprietary Mail Transfer Agent (MTA), intuitive console, powerful features, and email experts make it easy to ensure all your email gets delivered in seconds and without interruption.
  • 1
    dlib

    dlib

    Toolkit for making machine learning and data analysis applications

    Dlib is a modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ to solve real world problems. It is used in both industry and academia in a wide range of domains including robotics, embedded devices, mobile phones, and large high performance computing environments. Dlib's open source licensing allows you to use it in any application, free of charge. Good unit test coverage, the ratio of unit test lines of code to library lines of code is about...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 2
    deepface

    deepface

    A Lightweight Face Recognition and Facial Attribute Analysis

    DeepFace is a lightweight face recognition and facial attribute analysis (age, gender, emotion and race) framework for python. It is a hybrid face recognition framework wrapping state-of-the-art models: VGG-Face, FaceNet, OpenFace, DeepFace, DeepID, ArcFace, Dlib, SFace and GhostFaceNet. Experiments show that human beings have 97.53% accuracy on facial recognition tasks whereas those models already reached and passed that accuracy level.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Face Alignment

    Face Alignment

    2D and 3D Face alignment library build using pytorch

    ... dlib, BlazeFace, or pre-existing ground truth bounding boxes. While not required, for optimal performance(especially for the detector) it is highly recommended to run the code using a CUDA-enabled GPU. While here the work is presented as a black box, if you want to know more about the intrisecs of the method please check the original paper either on arxiv or my webpage.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Pigo

    Pigo

    Fast face detection, pupil/eyes localization

    Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go. Pigo is a pure Go face detection, pupil/eyes localization and facial landmark points detection library based on the Pixel Intensity Comparison-based Object detection paper. The reason why Pigo has been developed is because almost all of the currently existing solutions for face detection in the Go ecosystem are purely bindings to some C/C++ libraries like OpenCV or dlib, but calling a C program...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
  • 5
    Downloads: 294 This Week
    Last Update:
    See Project
  • 6
    dlib C++ Library
    Dlib is a C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ to solve real world problems.
    Leader badge
    Downloads: 146 This Week
    Last Update:
    See Project
  • 7
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Algobot

    Algobot

    Cryptocurrency trading bot with a graphical user interface

    Cryptocurrency trading bot that allows users to create strategies and then backtest, optimize, simulate, or run live bots using them. Telegram integration has been added to support easier and remote trading. Please note that Algobot requires TA-LIB. You can view instructions on how to download TA-LIB. For Windows users, it's best to download the .whl package for your Python install and pip install it. For Linux and MacOS users, there's excellent documentation available. Create graphs with real...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    GDAL wheels for linux

    GDAL wheels for linux

    GDAL wheels for python and C/C++ projects (Linux only)

    To use precompiled wheels: 1) go to releases (Files) and download tarball needed; 2) install it with command: python3 -m pip install /path/to/wheel.whl Or simply use URL in pip: python3 -m pip install https://sourceforge.net/projects/gdal-wheels-for-linux/files/GDAL-3.1.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl/download URL may be found under "View details" button (i) To use GDAL in C/C++ project you need to link gdal lib AND all libs located at dir GDAL.libs (usually...
    Leader badge
    Downloads: 340 This Week
    Last Update:
    See Project
  • Case Management Software for Social Services Icon
    Case Management Software for Social Services

    For human services organizations looking for case management software

    Collaborate is customizable case management software for non-profits and social services agencies with teams of 5+ staff.
  • 10
    3DDFA

    3DDFA

    Fast, accurate and stable 3D dense face alignment

    This work extends 3DDFA, named 3DDFA_V2, titled Towards Fast, Accurate and Stable 3D Dense Face Alignment, accepted by ECCV 2020. The supplementary material is here. The gif above shows a webcam demo of the tracking result, in the scenario of my lab. This repo is the official implementation of 3DDFA_V2. Compared to 3DDFA, 3DDFA_V2 achieves better performance and stability. Besides, 3DDFA_V2 incorporates the fast face detector FaceBoxes instead of Dlib. A simple 3D render written by c...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    MITIE

    MITIE

    MITIE: library and tools for information extraction

    This project provides free (even for commercial use) state-of-the-art information extraction tools. The current release includes tools for performing named entity extraction and binary relation detection as well as tools for training custom extractors and relation detectors. MITIE is built on top of dlib, a high-performance machine-learning library[1], MITIE makes use of several state-of-the-art techniques including the use of distributional word embeddings[2] and Structural Support Vector...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    OpenFace Face Recognition

    OpenFace Face Recognition

    Face recognition with deep neural networks

    OpenFace is a Python and Torch implementation of face recognition with deep neural networks and is based on the CVPR 2015 paper FaceNet: A Unified Embedding for Face Recognition and Clustering by Florian Schroff, Dmitry Kalenichenko, and James Philbin at Google. Torch allows the network to be executed on a CPU or with CUDA. This research was supported by the National Science Foundation (NSF) under grant number CNS-1518865. Additional support was provided by the Intel Corporation, Google,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    MineSweeper Pygame

    Simple minesweeper game in python

    ... PyGame http://pygame.org/download.shtml Easy way is to install it via wheel, see e.g. http://stackoverflow.com/a/28127864 If 64-bit wheel (.whl) package installation fails, try its 32-bit version. You can also find .msi installation package on their bitbucket repo. https://bitbucket.org/pygame/pygame/downloads Contact me at herman.yanush3@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    dlib

    A selectable and portable c language library

    This library can only compile your needed modules, and it is portable on linux, windows and mac os.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This is just a little overview of my docs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Automated Optical Inspection for loaded PCB's using a webcam or, under linux, a Canon digital camera capable of remote capture based on OpenCV. Can be compiled for Linux or Windows. This project is dead, as haar training proved not to be a good approach. Anyway, there is a replacement which works, at https://bitbucket.org/guenterneust/examinator/wiki/Home based on dlib.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    drows-detect

    This Program detects drowsiness by a person's face

    .... Inspiration: I have implemented all of this by looking at the Amazing Code-along by Adrian at PyImageSearch. I have just understood and implemented that. Running the Code: To run the code on your standard Python 3.6 Installation, you must install the dependencies by following this: pip install cmake pip install scipy numpy matplotlib scikit-learn pip install opencv-contrib-python pip install imutils pip install dlib pip install playsound
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    QJoystickManager

    QJoystickManager

    Simple joystick management system for Qt

    QJoystickManager is a cross platform joystick management system. Its written in C++ and uses SDL and the Qt framework. QJoystickManager strives to be as easy to use as possible, it implements many features that will ease the interaction between your program and the attached joysticks. This project uses Qt extensively, and as such users need to a have working knowledge of C++ and Qt basics (Signals and Slots and Qt data types).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next