- 12 Jul, 2017 1 commit
-
-
MambaWong authored
Test on a given video like this cv::VideoCapture cap("Sample.avi") may be broken when the video frames are not enough before the main window is closed by the user.
-
- 10 Jul, 2017 1 commit
-
-
Davis King authored
-
- 09 Jul, 2017 3 commits
-
-
Davis King authored
without to make sure both types of lookup work.
-
Davis King authored
-
Davis King authored
-
- 07 Jul, 2017 4 commits
-
-
Davis King authored
-
Davis King authored
-
Juha Reunanen authored
* Add new loss for weighted pixel inputs (may be useful e.g. to emphasize rare classes) * Deduplicate method loss_multiclass_log_per_pixel_(weighted_)::to_label * Add a simple test case for weighted inputs (also, fix a typo in test_tensor_resize_bilienar's name) * Add loss_multiclass_log_per_pixel_weighted_ to loss_abstract.h * Decrease the amount of weighting * There's no need to train for a very long time
-
Ian Philips authored
-
- 06 Jul, 2017 2 commits
-
-
Davis King authored
matlab.
-
Davis King authored
-
- 05 Jul, 2017 3 commits
-
-
bot1131357 authored
* Added check to see if __ARM_NEON__ is defined. Now we can use the following command: cmake --build --config Release .. * Rename to use_arm_neon.cmake to check_if_neon_available.cmake for clarity, minor tidying up of script, and simplifying try_compile() code for ARM NEON.
-
Davis King authored
-
Davis King authored
-
- 04 Jul, 2017 3 commits
-
-
Davis King authored
-
Davis King authored
-
Juha Reunanen authored
* Problem: Visual Studio's vcpkgsrv.exe constantly uses a single CPU core, apparently never finishing whatever it's trying to do. Moreover, this issue prevents some operations like switching from Debug to Release (and vice versa) in the IDE. (Your mileage may vary.) Workaround: Keep manually killing the vcpkgsrv.exe process. Solution: Disable IntelliSense for some files. Which files? Unfortunately this seems to be a trial-and-error process. * Disable IntelliSense for the ResNet declarations * Disable IntelliSense for even more stuff * Disable IntelliSense for all DNN unit tests
-
- 02 Jul, 2017 9 commits
-
-
Davis King authored
-
Davis King authored
gcc and I can imagine scenarios where having it leads to user errors anyway.
-
Davis King authored
few minor things.
-
Juha Reunanen authored
* #288 - add new layer loss_multiclass_log_matrixoutput for semantic-segmentation purposes * In semantic segmentation, add capability to ignore individual pixels when computing gradients * In semantic segmentation, 65535 classes ought to be enough for anybody * Divide matrix output loss by matrix dimensions too, in order to make losses related to differently sized matrices more comparable - note that this affects the required learning rate as well! * Review fix: avoid matrix copy * Review fix: rename to loss_multiclass_log_per_pixel * Review fix: just use uint16_t as the label type * Add more tests: check that network params and outputs are correct * Improve error message when output and truth matrix dimensions do not match * Add test case verifying that a single call of loss_multiclass_log_per_pixel equals multiple corresponding calls of loss_multiclass_log * Fix test failure by training longer * Remove the test case that fails on Travis for some reason, even though it works on AppVeyor and locally
-
Davis King authored
broken about an hour ago. Oops.
-
Davis King authored
-
Davis King authored
-
Davis King authored
the API for the mmod_options struct slightly.
-
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
-
- 30 Jun, 2017 1 commit
-
-
Juha Reunanen authored
apparently never finishing whatever it's trying to do. Moreover, this issue prevents some operations like switching from Debug to Release (and vice versa) in the IDE. (Your mileage may vary.) Workaround: Keep manually killing the vcpkgsrv.exe process. Solution: Disable IntelliSense for some files. Which files? Unfortunately this seems to be a trial-and-error process.
-
- 28 Jun, 2017 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 27 Jun, 2017 2 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.
-