All Projects → bakercp → ofxDlib

bakercp / ofxDlib

Licence: MIT license
An openFrameworks wrapper for dlib. http://dlib.net/

Programming Languages

C++
36643 projects - #6 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to ofxDlib

ofFaceRecognition
simple example face recognition with deep metric learning to dlib
Stars: ✭ 20 (-61.54%)
Mutual labels:  openframeworks, dlib
ofxOpenCvDnnObjectDetection
OpenCV based DNN Object Detection Library for Openframeworks
Stars: ✭ 34 (-34.62%)
Mutual labels:  openframeworks, dnn
DNN.Faq
DNN FAQ is a basic module used for displaying frequently asked questions on your DNN site.
Stars: ✭ 16 (-69.23%)
Mutual labels:  dnn
cpp-code-snippets
Some useful C++ code snippets
Stars: ✭ 35 (-32.69%)
Mutual labels:  dlib
OFLessons
Exercises used by my openFramework course which I teach in Brussels.
Stars: ✭ 49 (-5.77%)
Mutual labels:  openframeworks
isaac ros dnn inference
Hardware-accelerated DNN model inference ROS2 packages using NVIDIA Triton/TensorRT for both Jetson and x86_64 with CUDA-capable GPU
Stars: ✭ 67 (+28.85%)
Mutual labels:  dnn
loaf
loaf: lua, osc, and openFrameworks
Stars: ✭ 37 (-28.85%)
Mutual labels:  openframeworks
Aalto Day One
Code repo for Aalto Day One branding elements
Stars: ✭ 15 (-71.15%)
Mutual labels:  openframeworks
HyperKeras
An AutoDL tool for Neural Architecture Search and Hyperparameter Optimization on Tensorflow and Keras
Stars: ✭ 29 (-44.23%)
Mutual labels:  dnn
dnnextensions
One solution. Multiple extensions. No pain. A collection of DNN modules and other extensions.
Stars: ✭ 36 (-30.77%)
Mutual labels:  dnn
Tengine-Convert-Tools
Tengine Convert Tool supports converting multi framworks' models into tmfile that suitable for Tengine-Lite AI framework.
Stars: ✭ 89 (+71.15%)
Mutual labels:  dnn
Fatigue-Detection
Eye state classification using OpenCV and DLib to estimate Percentage Eye Closure (PERCLOS) and alert a drowsy person (such as a driver).
Stars: ✭ 46 (-11.54%)
Mutual labels:  dlib
ofxLSystemGrammar
openFrameworks addon that implements most of the string rewriting grammars described in the book "The Algorithimic Beauty of Plants"
Stars: ✭ 36 (-30.77%)
Mutual labels:  openframeworks
ofxTouchPad
Multitouch support for touchpads.
Stars: ✭ 23 (-55.77%)
Mutual labels:  openframeworks
ofxOscMidi
Midi in, OSC out with Midi thru. Based on openFrameworks
Stars: ✭ 66 (+26.92%)
Mutual labels:  openframeworks
DNN-JavaScript-Libraries
Common JavaScript libraries packaged as DNN JavaScript Library extensions
Stars: ✭ 26 (-50%)
Mutual labels:  dnn
fluidAR
augmented reality boilerplate app for iOS (powered by OpenCV and DLIB)
Stars: ✭ 16 (-69.23%)
Mutual labels:  dlib
DailySketch
Daily coding sketch
Stars: ✭ 45 (-13.46%)
Mutual labels:  openframeworks
awesome-dnn
Awesome things related to DNN (DotNetNuke)
Stars: ✭ 19 (-63.46%)
Mutual labels:  dnn
YOLO-Streaming
Push-pull streaming and Web display of YOLO series
Stars: ✭ 56 (+7.69%)
Mutual labels:  dnn

This is under development currently so, your please post questions to the issues for now.

ofxDlib

Description

An openFrameworks wrapper for dlib.

Features

  • Toll-free openFrameworks dlib bridges using dlib dlib/generic_image.h interface.
  • openFrameworks dlib type conversions.
  • dlib helper functions.

Getting Started

TL;DR

  • From the scripts/ directory ...
    • ./bootstrap.sh
  • From the example_dlib_3d_point_cloud/ directory ...
    • make && make run

For more, see docs/GETTING_STARTED.md.

Troubleshooting

For more, see docs/TROUBLESHOOTING.md.

Documentation

API documentation can be found here.

Build Status

Linux, macOS Build Status

Visual Studio, MSYS Build status

Compatibility

Currently NOT Compatible with < 0.10.0, thus we have no stable branch as noted below. The stable branch of this repository is meant to be compatible with the openFrameworks stable branch, which corresponds to the latest official openFrameworks release.

The master branch of this repository is meant to be compatible with the openFrameworks master branch.

Some past openFrameworks releases are supported via tagged versions, but only stable and master branches are actively supported.

Versioning

This project uses Semantic Versioning, although strict adherence will only come into effect at version 1.0.0.

Licensing

See LICENSE.md.

Contributing

Check out the Help Wanted tag in the issues section for specific ideas or propose your own new ideas.

You can also take a look at the docs/TODO.md for more ideas.

Pull Requests are always welcome, so if you make any improvements please feel free to float them back upstream :)

  1. Fork this repository.
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin my-new-feature).
  5. Create new Pull Request.
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].