Commit Graph

624 Commits (master)

Author SHA1 Message Date
Davis King 1a51998ff0 Make docs more clear
3 months ago
Adrià Arrufat 631c47c7fd
fix letterbox_image in yolo example (#2911)
8 months ago
Adrià Arrufat b0f6be8058
loss_barlow_twins: add get_eccm member function (#2906)
8 months ago
Adrià Arrufat 19a952c3a4
extend letterbox behavior (#2899)
10 months ago
pfeatherstone b74a6710d1
simplify and fix bug (#2866)
1 year ago
Null Chilly 18927f93e2
Fix typos (#2811)
1 year ago
pfeatherstone eccb9675ff
[FFmpeg] added save_frame() and improved picking of codecs when not specified (#2800)
1 year ago
pfeatherstone decdef12f5
[FFmpeg] decoding and demuxing improvements (#2784)
1 year ago
pfeatherstone 53c4be9026
FFmpeg : logging (#2774)
1 year ago
pfeatherstone 5f7026ab52
FFmpeg : improvements to ffmpeg::list() functions (#2773)
1 year ago
pfeatherstone 89fc01beb5
FFmpeg : examples (#2764)
1 year ago
Adrià Arrufat 252d76f356
Fix outdated comment in self supervised learning example (#2768)
1 year ago
pfeatherstone 9148a47c7e
RTSP example (#2763)
1 year ago
pfeatherstone 7155daeeea
FFmpeg : muxing (#2755)
1 year ago
pfeatherstone 937e07e90d
FFmpeg : encoding (#2754)
1 year ago
pfeatherstone f586d0a552
FFMPEG : misc + ffmpeg5 support (#2746)
1 year ago
Davis King 049c59d0f6 set correct cmake version in check
2 years ago
Davis King 806b629035 Make everything work in cmake 3.8
2 years ago
pfeatherstone dc94754607
Fix for #2729 (#2731)
2 years ago
Adrià Arrufat 1958da78da
Rename ffmpeg examples (#2727)
2 years ago
pfeatherstone 50b33753bb
Strip binaries in release mode (#2721)
2 years ago
pfeatherstone 9d3ba472dd
FFMPEG wrappers: dlib::ffmpeg::decoder and dlib::ffmpeg::demuxer (#2707)
2 years ago
Davis King a12824d425 update example to refer to newer dlib version
2 years ago
Adria Arrufat e5b2cedff8
Improve the data augmentation in the SSL example (#2684)
2 years ago
Adria Arrufat bdb1089ae6
Fix computation of the Barlow Twins loss gradient (#2680)
2 years ago
Adria Arrufat 7f06f6e185
Fix empirical cross-correlation computation in the SSL example (#2679)
2 years ago
Adrià Arrufat bf273a8c2e
Add multiclass SVM trainer to svm/auto.h (#2642)
2 years ago
Adrià Arrufat 83ec371f12
Use only a fraction of labels for the multiclass SVM in SSL example (#2641)
2 years ago
Adrià Arrufat 69665eb0f7
Modernize rounding and cast statements (#2633)
2 years ago
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