Commit Graph

8272 Commits (aba96b576ad5e19bd7ebc6065de98531ee6dbc41)
 

Author SHA1 Message Date
Davis King 7048f4c1d4 Avoid build error in visual studio
3 years ago
Davis King fda984f7ca Add more unit tests for dlib::rand
3 years ago
Adrià Arrufat fc7595d081
Relax MPC test for macOS (#2500)
3 years ago
Davis King 86b3a809fe Make github actions use -q so the test logs are not so spammy
3 years ago
Davis King 28328af541 Make -q on tests print errors
3 years ago
Adrià Arrufat ffca3b3a6d
Add Reorg Layer (#2496)
3 years ago
Adrià Arrufat c91959a73d
do not round drectangle in rectangle transform (#2498)
3 years ago
Adrià Arrufat 027fb781bd
GitHub actions (#2289)
3 years ago
Adrià Arrufat 3d4c14e633
Add input_rgb_image_pair layer and new net visitors documentation (#2497)
3 years ago
Adrià Arrufat 21651f498e
Add missing docs for v19.23 (#2495)
3 years ago
Rajas Sambhare 2b86255404
Resolve davisking/dlib#2463 (#2492)
3 years ago
Davis King 54af1f85f8 Record last changeset and set PATCH version to 99
3 years ago
Davis King 074ab8bdba Created release v19.23
3 years ago
Davis King 0cba4bacb3 updated docs
3 years ago
Davis King acf1b9c479 Rename INVOKE to invoke_
3 years ago
Davis King 56b8cd5cbc Make struct some_type; get bolded when pretty printed
3 years ago
Davis King 8810a62b11 fix spelling error in comment
3 years ago
Davis King c1b3feb23b very minor formatting fixup
3 years ago
Davis King 02b290e3fb update release notes
3 years ago
Davis King 3c654a7a9e cleanup formatting a little
3 years ago
Adrià Arrufat 2ed6ae1b6c
Eliminate grid sensitivity in YOLO (#2488)
3 years ago
Adrià Arrufat 3da3e81181
Fix Layer Normalize (#2489)
3 years ago
pfeatherstone aaac87a224
[TYPE_SAFE_UNION] simplified some type traits and added for_each(). (#2475)
3 years ago
Adrià Arrufat 42e0869606
Fix warning about unused zero_gradients parameter (#2487)
3 years ago
Adrià Arrufat 8b4652912d
Fix MSVC pragma warnings with other compilers (#2483)
3 years ago
Juha Reunanen a6f29d41ad
Avoid different kinds of compiler warnings (#2481)
3 years ago
Adrià Arrufat 994df341a2
add option to not zero out gradients and method to do it (#2477)
3 years ago
Davis King a54cea44ae added a comment
3 years ago
Juha Reunanen 75b3463fa7
Avoid distracting compiler warning (#2472)
3 years ago
Adrià Arrufat f0c0b307d5
Fix crash when truth center is outside of the image (#2471)
3 years ago
Adrià Arrufat a2c4760307
Use lambda obj in the ignore case and do some refactoring (#2466)
3 years ago
aribiere cf21f5aa95
Add semicolon as separator for reading in a matrix (#2462)
3 years ago
Adrià Arrufat e1ac0b43e4
normalize samples for SVM classifier (#2460)
3 years ago
Davis King 44621a6124 fix build error
3 years ago
pfeatherstone 1925b2d10f
[INVOKE] added is_invocable_r, invoke_r, made everything constexpr and conditionally noexcept (#2458)
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 5091e9c880
Replace sgd-based fc classifier with svm_multiclass_linear_trainer (#2452)
3 years ago
pfeatherstone f77189db03
[INVOKE] C++11 backport of std::invoke, std::invoke_result, std:apply and std::make_from_tuple (#2450)
3 years ago
Adrià Arrufat 7f6746e7cd
Fix nvidia pragma warning (#2454)
3 years ago
Adrià Arrufat 709b66677c
Avoid redundant computations in the YOLO loss (#2453)
3 years ago
Davis King a41b3d7ce8 We have some excessive and duplicative tests in the travis-ci setup.
3 years ago
Adrià Arrufat 2e8bac1915
Add dnn self supervised learning example (#2434)
3 years ago
pfeatherstone f323d1824c
simplification using C++11 types (#2446)
3 years ago
Davis King d29a8fc0c3 Just minor cleanup of docs and renamed some stuff, tweaked formatting.
3 years ago
pfeatherstone 2b8f9e401a
[TYPE_SAFE_UNION] upgrade (#2443)
3 years ago
Adrià Arrufat bf4100069f
Fix dnn_trainer trying to decrease the learning rate (#2442)
3 years ago
Adrià Arrufat adca7472df
Add support for fused convolutions (#2294)
3 years ago
Adrià Arrufat 8a2c744207
Fix trainer with unsupervised loss (#2436)
3 years ago