Commit Graph

480 Commits (3ca155da6853dd6cbaf18e5fb527a15bfa984e23)

Author SHA1 Message Date
Adrià Arrufat ca7fd9d1ad
Actually load rgb_alpha images. (#2942)
6 months ago
Adrià Arrufat d5909ed977
allow reading and writing rgb-alpha images in Python (#2925)
7 months ago
Adrià Arrufat 9a30c6d48f
Add JXL support (#2917)
7 months ago
Adrià Arrufat 8fc180545c
Python: Add grayscale overloads to get_face_chip (#2820)
1 year ago
Adrià Arrufat edc6645150
Add insert_image_chip (#2781)
1 year ago
Adrià Arrufat c21c9c92b5
Update widgets and draw_string on images to use convert_to_utf32 (#2769)
1 year ago
Adrià Arrufat 07f7425170
Unify all conversions to UTF-32 (#2737)
1 year ago
Adrià Arrufat 004b2fe6fe
Fix imglab changing the current dir too soon (#2761)
1 year ago
Davis King 15b2851318 improve docs
2 years ago
cchadowitz-pf 3c0b3620af
Added bottom_up_cluster to python api (#2739)
2 years ago
Adrià Arrufat eb5de0d534
Add support for loading custom label fonts in imglab (#2733)
2 years ago
Davis King 3d5fb6fc7f Add an informative comment
2 years ago
pfeatherstone dd1ec1fcff
Miscellaneous cleanup and refresh (#2661)
2 years ago
Adrià Arrufat 65bce59a15
Update Pybind11 to v2.10.0 (#2660)
2 years ago
Davis King 29288e5d89 Make C++14 and CMake 3.8.0 the new minimum required versions
2 years ago
Davis King a517aaa0bb remove broken python tests
2 years ago
Davis King 0f1d8e964f Fix assert having wrong condition
2 years ago
Adrià Arrufat 8ceb91fb44
Do not build WebP features if WebP is not available (#2582)
2 years ago
Adrià Arrufat a7ae55b785
Add WebP support to imglab (#2580)
2 years ago
Ryan_Huang 7e942ba989
Update __init__.py.in (#2515)
3 years ago
Davis King 7c8ca22580 minor cleanup
3 years ago
Davis King a77b361f89 Make test python builds nice
3 years ago
Addam Dominec 569de81464
expose momentum_filter to Python (#2457)
3 years ago
Adrià Arrufat 16500906b0
YOLO loss (#2376)
3 years ago
Akshay Naresh Modi 286ca71e1a
Release GIL before detecting faces (#2252)
4 years ago
Adrià Arrufat b6bf8aefee
Add support for matrix serialization to python API (#2241)
4 years ago
Frankie Robertson d7644ef2b7
Expose get_face_chip_details to Python (#2238)
4 years ago
Davis King 0419b81689 Let python users give up to 35 parameters when using the global optimizer.
4 years ago
Davis King 8910445a7a fix some spelling and grammar errors
4 years ago
Davis King 71b303d883 Improve the error a user gets when trying to build the pyhton extention on windows but they didn't install visual C++.
4 years ago
Davis King f8887d8cbb fix paths
4 years ago
Davis King 2a3cb83afc Make dlib/__init__.py know the paths to cuda that cmake used. Use those
4 years ago
Davis King 7fe355e0ec Oops, put import statements after path adjustment
4 years ago
Davis King 7fcb6c285d Add an __init__.py file so we can add paths to CUDA libs on windows.
4 years ago
Davis King 3a53c78ad2 increment imglab version
5 years ago
Davis King 9a33669610 A little bit of cleanup and docs. Also added missing mutex lock.
5 years ago
martin 4ff365a530
imglab: chinese ("automatic") clustering, keyboard shortcuts for zooming (#2007)
5 years ago
Hye Sung Jung 443021882c
fix spelling errors (#1985)
5 years ago
Mischan Toosarani-Hausberger efd4e27488 dpoint mutates x-coord in y-property (see #1794) (#1866)
5 years ago
Davis King 48b9bf3f93 Fixed cmake warning
5 years ago
mchelem 5d64de24b3 Fix setting a point's y coordinate changes x instead (Python bindings) (#1795)
5 years ago
Davis King 6de82e2417 Added methods for getting keyboard and mouse clicks to image_window's pyhton API.
5 years ago
Davis King 2dd970a1fb Fixed compiler warnings
6 years ago
Davis King ae406bf4c1 Make dlib.full_object_detection take list of dlib.point or dlib.points.
6 years ago
Davis King a0dc35edb0 updated python docs
6 years ago
Kapil Sachdeva f7f6f67618 Add python api that generates desciptor(s) from the aligned image(s) (#1667)
6 years ago
Branko Kokanovic 41a87e5926 Exposing chinese_whispers directly, closes #1642 (#1644)
6 years ago
Miks Miķelsons e73d3adc0e Add padding argument support for Python compute_face_descriptor methods (#1578)
6 years ago
Davis King 3e9d361f89 Minor changes to avoid bugs in some compilers.
6 years ago
Davis E. King ba361d73ab
Avoid compiler bug
6 years ago