- 02 Jul, 2017 1 commit
-
-
Davis King authored
easily pass arguments to any optional parameters of a loss layer's to_tensor() routine. For instance, it makes it more convenient to set loss_mmod_'s adjust_threshold parameter.
-
- 01 Jul, 2017 9 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
between. This should make syncing more robust to sudden hardware failure that happens right when saving to disk.
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 28 Jun, 2017 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 27 Jun, 2017 4 commits
-
-
Davis King authored
-
Davis King authored
reallocation and copying inside conv_'s backward pass. Doing this required adding an add_to_output boolean option to the methods of tensor_conv.
-
Davis King authored
-
-
- 23 Jun, 2017 1 commit
-
-
OranjeeGeneral authored
refactored interface to reduce complexity so conv and convt layers forward passes have to call setup explicit now and there is only one ()-operator
-
- 22 Jun, 2017 1 commit
-
-
Davis King authored
-
- 21 Jun, 2017 1 commit
-
-
Davis King authored
-
- 20 Jun, 2017 2 commits
-
-
Davis King authored
-
Davis King authored
histogram is equalized or unmodified. This way, if you are looking at particularly dark or badly contrasted images you can toggle this mode and maybe get a better view of what you are labeling.
-
- 18 Jun, 2017 2 commits
-
-
Davis King authored
-
Davis King authored
min and max object height, it's now min and max object size. This way, if you have objects that are short and wide (i.e. objects where the relevant dimension is width rather than height) you will get sensible behavior out of the random cropper.
-
- 13 Jun, 2017 1 commit
-
-
https://github.com/davisking/dlibJoachim authored
-
- 07 Jun, 2017 2 commits
- 06 Jun, 2017 1 commit
-
-
Davis King authored
-
- 04 Jun, 2017 1 commit
-
-
Davis King authored
everything in it, it now makes a python file as before but an additional binary file with all the weights in it. This way, if you are working with a network with a very large number of weights you won't end up with a crazy large python script.
-
- 03 Jun, 2017 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 01 Jun, 2017 1 commit
-
-
Davis King authored
integers.
-
- 31 May, 2017 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 30 May, 2017 2 commits
-
-
Evgeniy Fominov authored
-
Davis King authored
object so that users of the deep learning MMOD tool don't get spurious errors about impossibly labeled objects during training.
-
- 28 May, 2017 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 27 May, 2017 3 commits
-
-
Davis King authored
objects that also provide a .clean() method.
-
Davis King authored
-
Davis King authored
-