Commit Graph

595 Commits (29288e5d895b21f5508c15294f1303b367534a63)

Author SHA1 Message Date
Davis King 29288e5d89 Make C++14 and CMake 3.8.0 the new minimum required versions
2 years ago
Adrià Arrufat ad06471a15
Fix typo in the self-supervised learning example (#2623)
2 years ago
Adrià Arrufat a76f205bf6
Add webp support (#2565)
2 years ago
Juha Reunanen 0aa8b4cbfc
Treat warnings as errors (#2490)
2 years ago
Adrià Arrufat 50b78da53a
Fix Barlow Twins loss gradient (#2518)
3 years ago
Adrià Arrufat e1ac0b43e4
normalize samples for SVM classifier (#2460)
3 years ago
Adrià Arrufat 5091e9c880
Replace sgd-based fc classifier with svm_multiclass_linear_trainer (#2452)
3 years ago
Adrià Arrufat 2e8bac1915
Add dnn self supervised learning example (#2434)
3 years ago
Adrià Arrufat adca7472df
Add support for fused convolutions (#2294)
3 years ago
Jakub Mareda 960e8a014f
Missing include for `dlib::loss_multiclass_log_per_pixel_` (#2432)
3 years ago
Adrià Arrufat 16500906b0
YOLO loss (#2376)
3 years ago
Abdolkarim Saeedi 7b5b375026
Update dnn_inception_ex.cpp (#2256)
4 years ago
Adrià Arrufat a7627cbd07
Rename function to disable_duplicative_biases (#2246)
4 years ago
Adrià Arrufat 3c82c2259c
Add Layer Normalization (#2213)
4 years ago
Adrià Arrufat 5ec60a91c4
Show how to use the new visitors with lambdas (#2162)
4 years ago
Davis King afe19fcb8b Made the DNN layer visiting routines more convenient.
4 years ago
Adrià Arrufat e7ec6b7777
Add visitor to remove bias from bn_ layer inputs (#closes 2155) (#2156)
4 years ago
Adrià Arrufat 64ba66e1c7
fix receptive field comment (#2070)
4 years ago
ncoder-1 8055b8d19a
Update dnn_introduction_ex.cpp (#2066)
4 years ago
Davis King fbb2db2188 fix example cmake script
5 years ago
Adrià Arrufat 5a715fe24d
Remove outdated comment from DCGAN example (#2048)
5 years ago
Adrià Arrufat e9c56fb21a
Fix warnings while running the tests (#2046)
5 years ago
Adrià Arrufat 57bb5eb58d
use running stats to track losses (#2041)
5 years ago
Davis King 0057461a62 Promote some of the sub-network methods into the add_loss_layer interface so users don't have to write .subnet() so often.
5 years ago
Adrià Arrufat f42f100d0f
Add DCGAN example (#2035)
5 years ago
Adrià Arrufat c832d3b2fc
simplify resnet definition by reusing struct template parameter (#2010)
5 years ago
Davis King fc6992ac04 A little bit of cleanup
5 years ago
Adrià Arrufat 10d7f119ca
Add dnn_introduction3_ex (#1991)
5 years ago
Juha Reunanen bd6994cc66 Add new loss layer for binary loss per pixel (#1976)
5 years ago
Davis King f2cd9e3b1d use a time based exeuction limit in example
5 years ago
Juha Reunanen d175c35074 Instance segmentation (#1918)
5 years ago
Davis King 1b83016abd update docs
5 years ago
Davis King 39327e71b7 Added note about using cmake's new fetch content feature.
5 years ago
Davis King fced3587f1 fixing grammar
5 years ago
Davis King 5d03b99a08 Changed to avoid compiler warning.
6 years ago
Juha Reunanen f685cb4249 Add U-net style skip connections to the semantic-segmentation example (#1600)
6 years ago
Juha Reunanen cf5e25a95f Problem: integer overflow when calculating sizes (may happen e.g. with very large images) (#1148)
7 years ago
Davis King e6fe1e0259 merged
7 years ago
Davis King c9faacce29 Fixed typos
7 years ago
Duc Thien Bui 9185e0a725 fix typo in train find cars example (#1028)
7 years ago
Davis King efd945618d Minor update
7 years ago
Davis King 603ebc2750 Changed this example to use repeat layers. This doesn't change the behavior of
7 years ago
Davis King 22f26ebe97 Improved visual studio compilation instructions
7 years ago
Davis King 46a1893534 Fixed spelling error in comment
7 years ago
visionworkz ac292309c1 Exposed jitter_image in Python and added an example (#980)
7 years ago
Davis King e273f5159d Added find_min_global() overloads.
7 years ago
Davis King 15c04ab224 This example still uses a lot of visual studio ram.
7 years ago
Davis King 2b3d8609e5 These examples compile now in visual studio due to the recent pragma directive added to core.h.
7 years ago
Davis King 4fa32903a6 clarified docs
7 years ago
Davis King 4d0b203541 Just moved the try block to reduce the indentation level.
7 years ago