Commit Graph

624 Commits (master)

Author SHA1 Message Date
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
Davis King 929870d3ad Updated example to use C++11 style code and also to show the new find_max_global() routine.
7 years ago
Davis King 1aa6667481 Switched this example to use the svm C instead of nu trainer.
7 years ago
Davis King 04991b7da6 Made this example program use the new find_max_global() instead of grid search
7 years ago
Amin Cheloh 1798e8877c Update dnn_mmod_find_cars2_ex.cpp (#966)
7 years ago
Davis King b84e2123d1 Changed network filename to something more descriptive.
7 years ago
Juha Reunanen e48125c2a2 Add semantic segmentation example (#943)
7 years ago
Davis King 978da26ed0 Fixed grammar in comment
7 years ago
Davis King 50de3da992 Updated comments to reflect recent API changes.
7 years ago
Davis King dc0245af05 Changed graph construction for chinese_whispers() so that each face is always
7 years ago
Davis King e338bf02e0 Changed the random_cropper's set_min_object_size() routine to take min box
7 years ago
Davis King 1c664eeac5 Made the metric learning example do image jittering.
7 years ago
Davis King 369f2b32e8 Cleaned up jitter_image() code and moved it into dlib proper.
7 years ago
Davis King 525bf0e15b Fixed weird wording.
7 years ago
Davis King 3aa9991892 Made comment more clear.
7 years ago
Davis King 3b2d73db68 Some cmake script cleanup and refactoring.
7 years ago
Davis King d39b843de0 Added another car finding example
7 years ago
Davis King 4737009c11 Clarified comments
7 years ago
Davis King 8bfd227930 Changed to slightly better default recommendations for parameters.
7 years ago
Davis King b4bd6f8dee More cleanup
7 years ago
Davis King 57b6cd1b80 clarified error message
7 years ago
Davis King 37e0b9ea68 Updated comments.
7 years ago
Davis King 41c2f217c6 Changed code to recommend users use the new 5 point face landmarking model.
7 years ago
Davis King 4fcc5faa39 Fixed grammar
7 years ago
Davis King 8de1a1ed6a Improved citations
7 years ago
Davis King 71db541a92 Minor cleanup
7 years ago
Davis King 3211da440d Yet more comments
7 years ago
Davis King a362305e1b cleanup
7 years ago
Davis King 5e9f094d5a Fixed compiler warning
7 years ago
Davis King 88c1bf3b46 Added youtube links
7 years ago
Davis King efb1d83dd3 More comments
7 years ago
Davis King 54de7a8546 Added more comments
7 years ago
Davis King aec695fc26 Cleanup
7 years ago
Davis King 51eae2ba07 Added two vehicle detection examples.
7 years ago
Davis King 420eba0e6a Added note about logging training parameters.
7 years ago
Davis King b4853ce449 Fixed grammar
7 years ago
MambaWong 373ca59369 Update webcam_face_pose_ex.cpp (#702)
7 years ago
Davis King 64052a3ff1 Added a comment
7 years ago
Davis King f5574434db Upgraded loss_mmod_ to support objects of varying aspect ratio. This changes
7 years ago
Davis King 17b48b97bb Changed the random_cropper's interface so that instead of talking in terms of
7 years ago
Davis King 334ba38ec6 A minor change to hopefully reduce inane warnings from visual studio.
7 years ago
elelel b57b8b20aa Migrate from dlib::scoped_ptr to std::unique_ptr (#593)
7 years ago
elelel 74f9f2fb2a Replace shared_ptr/weak_ptr with STL's versions (#588)
7 years ago
Davis King 70b885eb0b Added a note about exporting to XML.
7 years ago
Davis King 482c2db7ba Changed the location of the set_synchronization_file() call so that rerunning
7 years ago
Davis King a1eea964b6 Added more comments
7 years ago
cclough 5fa4533b9a Update CMakeLists.txt (#566)
7 years ago
Davis King df5a087b03 Made it more obvious that this file is a cmake tutorial. Also added a few more comments about how to use cmake.
8 years ago
Davis King 67db08f5a6 Made example cmake use dlib::dlib link name. Also made the installed
8 years ago
Alain Vaucher b41455fd26 Change minimum CMake version that supports the introduced features
8 years ago
Davis King e4402cf575 Don't build face recognition example if GUI support isn't enabled.
8 years ago
Davis King 7747be8302 cleanup
8 years ago
Davis King 11016884ed Avoid crashing visual studio
8 years ago
Davis King c5b29d985b Added try/catch block to main
8 years ago
Davis King d7a6cd4960 fixed grammar in comment
8 years ago
Davis King fe1a15f32a Added face recognition example
8 years ago
Davis King 45d047de80 Minor cleanup
8 years ago
Davis King 57ca3e5459 Made network smaller.
8 years ago
Davis King 6c6c25a344 merged
8 years ago
RangerUFO 0f60ba365b Fix comments typo in dnn_introduction2_ex (#405)
8 years ago
Davis King 3793e29e0e Added comments about test_one_step()
8 years ago
Davis King bf36a846de Changed build order to see if it prevents travis from crashing.
8 years ago
Davis King 093f709a9a Minor improvement to example
8 years ago
Davis King ab1575da20 more cleanup
8 years ago
Davis King b87ecad51e Improved example
8 years ago
Davis King fd13230486 Finished the more complex metric learning example and added some example data.
8 years ago
Davis King f4b3c7ee0f Improved example
8 years ago
Davis King f28d2f7329 Cleaned up example
8 years ago
Davis King 4d121e7e08 Added another metric learning example
8 years ago
Davis King cb198afc3f Added metric learning example
8 years ago
Davis King 2787edc9bd Improved error messages about non-C++11 compilers and made the example cmake
8 years ago
Davis King f5da9fe2b0 Changed cmake so it compiles most of the DNN examples when using visual studio.
8 years ago