- 24 May, 2017 2 commits
-
-
Davis King authored
-
Davis King authored
the behavior of dlib's add_prev layers.
-
- 23 May, 2017 2 commits
-
-
Davis King authored
-
Davis King authored
when the converter is run.
-
- 22 May, 2017 1 commit
-
-
Juha Reunanen authored
Noticed compiler warning C4800: 'double': forcing value to bool 'true' or 'false' (performance warning) (#538) - suggesting to change the test to what perhaps was the original intention
-
- 20 May, 2017 3 commits
-
-
Davis King authored
-
emptyVoid authored
Moved shape_predictor_trainer to its own header in order to support the use of shape_predictor with DLIB_ISO_CPP_ONLY defined (i.e. without threading API wrappers).
-
Davis King authored
So I just removed the error check that was preventing the conversion from proceeding in that case. I also added more useful output messages about setting input tensor dimensions.
-
- 18 May, 2017 1 commit
-
-
Davis King authored
-
- 17 May, 2017 4 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
tschw authored
-
- 16 May, 2017 1 commit
-
-
Davis King authored
-
- 15 May, 2017 7 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
elelel authored
* Convert unique_ptr * Fix passing unique_ptr as copy by value * Remove scoped_ptr implementation * Fix missed files * Move bool cast into tester macro * Reexport scoped_ptr alias from sockets
-
Davis King authored
-
Davis King authored
simplified script a little.
-
- 14 May, 2017 3 commits
-
-
elelel authored
-
Davis King authored
-
elelel authored
* Replace shared_ptr/weak_ptr with stdlib counterparts * Fix ptr usage through tests compilation * Bring back dlib smart ptrs as legacy * Include scoped_ptr directly * Add explanation about smart_ptr deprecation * Replace shared_ptr_thread_safe * Fix missed old include * Removed missed old include
-
- 13 May, 2017 1 commit
-
-
elelel authored
* Replace shared_ptr/weak_ptr with stdlib counterparts * Fix ptr usage through tests compilation * Bring back dlib smart ptrs as legacy * Include scoped_ptr directly * Add explanation about smart_ptr deprecation
-
- 08 May, 2017 14 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
the example restarts correctly.
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
affine layers was changed so to use the same conventions as other layers that support convolutional vs fully connected modes.
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 07 May, 2017 1 commit
-
-
Davis King authored
to caffe models. Not all layers are supported yet, but it works on the net from the first dlib dnn example program. Will add the rest of the layers soon.
-