Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
JangoRaspberryPi
/
dlib
Public
forked from
davisking/dlib
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
dlib
python_examples
on
master
User selector
All users
All time
Commit history
Commits on Aug 27, 2017
Set this file to executable
davisking
committed
a4eb894
View commit details
Copy full SHA for a4eb894
View code at this point
Browse repository at this point
improvements to cnn face detection python interface (#780)
Show description for bbf3d98
guigzzz
authored and
davisking
committed
bbf3d98
View commit details
Copy full SHA for bbf3d98
View code at this point
Browse repository at this point
Commits on Aug 18, 2017
Add a python wrapper for using the mmod face detector (#753)
ageitgey
authored and
davisking
committed
b6d2329
View commit details
Copy full SHA for b6d2329
View code at this point
Browse repository at this point
Commits on Jul 19, 2017
Just small typo (#716)
Pavan kumar
authored and
davisking
committed
3e471ad
View commit details
Copy full SHA for 3e471ad
View code at this point
Browse repository at this point
Commits on Apr 20, 2017
Added python requirements.txt file for scikit-image
davisking
committed
6d636ff
View commit details
Copy full SHA for 6d636ff
View code at this point
Browse repository at this point
Commits on Feb 22, 2017
Remove extra semicolons (#446)
ageitgey
authored and
davisking
committed
a3023fd
View commit details
Copy full SHA for a3023fd
View code at this point
Browse repository at this point
Commits on Feb 13, 2017
Added a python version of the DNN face recognition example program.
davisking
committed
3e63e0a
View commit details
Copy full SHA for 3e63e0a
View code at this point
Browse repository at this point
Commits on Jun 25, 2016
Changed URLs to point to dlib.net instead of sourceforge.net
davisking
committed
f467624
View commit details
Copy full SHA for f467624
View code at this point
Browse repository at this point
Commits on Jun 23, 2016
Add detection threshold adjustment to object detection python interface (#140)
Show description for b53e9cf
nxwhite-str
authored and
davisking
committed
b53e9cf
View commit details
Copy full SHA for b53e9cf
View code at this point
Browse repository at this point
Commits on Oct 27, 2015
Cleaned up install instructions slightly.
davisking
committed
9988dea
View commit details
Copy full SHA for 9988dea
View code at this point
Browse repository at this point
Updated compile/install instructions for python bindings.
davisking
committed
844f252
View commit details
Copy full SHA for 844f252
View code at this point
Browse repository at this point
Commits on May 20, 2015
Add example of python correlation tracker
Show description for dd922c6
patricksnape
committed
dd922c6
View commit details
Copy full SHA for dd922c6
View code at this point
Browse repository at this point
Commits on Mar 29, 2015
Added default upsampling amount to detector.run(). Also moved the
Show description for d1a5815
davisking
committed
d1a5815
View commit details
Copy full SHA for d1a5815
View code at this point
Browse repository at this point
Merge branch 'py_det_conf_and_idx' of https://github.com/jackculpepper/dlib into jackculpepper-py_det_conf_and_idx
davisking
committed
216eb3f
View commit details
Copy full SHA for 216eb3f
View code at this point
Browse repository at this point
Commits on Mar 22, 2015
Replaced the raw_input() calls with a call into dlib since raw_input() isn't
Show description for e00f6f6
davisking
committed
e00f6f6
View commit details
Copy full SHA for e00f6f6
View code at this point
Browse repository at this point
Commits on Mar 12, 2015
run on telling example
jackculpepper
committed
f2f4e9d
View commit details
Copy full SHA for f2f4e9d
View code at this point
Browse repository at this point
Commits on Mar 7, 2015
Added notes about installing skimage.
davisking
committed
154f435
View commit details
Copy full SHA for 154f435
View code at this point
Browse repository at this point
Commits on Jan 4, 2015
clarified example
davisking
committed
5b5393f
View commit details
Copy full SHA for 5b5393f
View code at this point
Browse repository at this point
Made this file executable
davisking
committed
ab42462
View commit details
Copy full SHA for ab42462
View code at this point
Browse repository at this point
Commits on Jan 3, 2015
Added a Python example for find_candidate_object_locations
vinhkhuc
committed
067e36b
View commit details
Copy full SHA for 067e36b
View code at this point
Browse repository at this point
Commits on Dec 27, 2014
Fixed grammar
davisking
committed
ef06f0e
View commit details
Copy full SHA for ef06f0e
View code at this point
Browse repository at this point
Clarified a few comments and simplified the serialization code a bit.
Show description for 1ab3482
davisking
committed
1ab3482
View commit details
Copy full SHA for 1ab3482
View code at this point
Browse repository at this point
Commits on Dec 12, 2014
Re-add the cached object detector
Show description for 37af35b
patricksnape
committed
37af35b
View commit details
Copy full SHA for 37af35b
View code at this point
Browse repository at this point
Commits on Dec 11, 2014
Add facial landmark prediction examples for Python
patricksnape
committed
fbe597b
View commit details
Copy full SHA for fbe597b
View code at this point
Browse repository at this point
Sort out PEP8 issues in the examples
patricksnape
committed
af82bc4
View commit details
Copy full SHA for af82bc4
View code at this point
Browse repository at this point
Commits on Dec 10, 2014
Add example of testing detector using existing data
patricksnape
committed
60318cb
View commit details
Copy full SHA for 60318cb
View code at this point
Browse repository at this point
Python3 friendly printing in examples
patricksnape
committed
cc3bb49
View commit details
Copy full SHA for cc3bb49
View code at this point
Browse repository at this point
Commits on Aug 12, 2014
Updated the Python API, train_simple_object_detector() so you can call it
Show description for cd71dab
davisking
committed
cd71dab
View commit details
Copy full SHA for cd71dab
View code at this point
Browse repository at this point
Commits on Mar 9, 2014
changed python example so that running it without commands doesn't trigger a testing
Show description for 64a0d7a
davisking
committed
64a0d7a
View commit details
Copy full SHA for 64a0d7a
View code at this point
Browse repository at this point
Commits on Mar 8, 2014
grammar
davisking
committed
b48db9d
View commit details
Copy full SHA for b48db9d
View code at this point
Browse repository at this point
Commits on Mar 2, 2014
Fixed incorrect comment.
davisking
committed
d4fcaba
View commit details
Copy full SHA for d4fcaba
View code at this point
Browse repository at this point
Made the python object detection tools process color images
Show description for 2369ae1
davisking
committed
2369ae1
View commit details
Copy full SHA for 2369ae1
View code at this point
Browse repository at this point
Commits on Feb 23, 2014
fixed grammar
davisking
committed
11ae48d
View commit details
Copy full SHA for 11ae48d
View code at this point
Browse repository at this point
Added python object detection examples
davisking
committed
f72305b
View commit details
Copy full SHA for f72305b
View code at this point
Browse repository at this point
Commits on Feb 22, 2014
fixed more grammar
davisking
committed
9b16325
View commit details
Copy full SHA for 9b16325
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.