Commit Graph

1375 Commits

Author SHA1 Message Date
Alexey 1cd332e4ca
Update Readme.md 2019-03-20 17:23:40 +03:00
AlexeyAB 685fae5fed Moved 3rd party libraries: pthreads and stb 2019-03-20 17:00:23 +03:00
Alexey eab039d2db
Merge pull request #2599 from cenit/dev/cenit/stb
move Stb lib to 3rdparty folder
2019-03-20 16:58:54 +03:00
AlexeyAB 790de05435 Fix bug with demo.c 2019-03-19 23:12:40 +03:00
Stefano Sinigardi fefc7ef803 improve CUDA setup instructions and templates in scripts 2019-03-19 20:07:02 +01:00
Stefano Sinigardi dfa1735a90
Merge branch 'master' into dev/cenit/stb 2019-03-19 19:39:41 +01:00
AlexeyAB 9dddf82ab6 Compile fix. And minor fixes 2019-03-19 20:21:34 +03:00
AlexeyAB d2abf0fa57 Minor fix 2019-03-19 19:06:24 +03:00
Alexey b0749e00d7
Merge pull request #2655 from adujardin/zed_support_improvements
ZED Camera support improvements
2019-03-19 17:17:33 +03:00
Aymeric Dujardin f1d47703b4 ZED CMake fail silently if not found 2019-03-19 14:23:28 +01:00
Aymeric Dujardin 0557f43141 ZED Camera support CMakeLists + Fix Makefile 2019-03-19 12:41:47 +01:00
Josh Veitch-Michaelis 6cbf08321a get rid of learning_rate_max 2019-03-19 00:02:01 +00:00
Josh Veitch-Michaelis 53081900e5 make option quiet 2019-03-18 23:37:37 +00:00
Josh Veitch-Michaelis d64693eb77 add SGDR policy 2019-03-18 23:26:04 +00:00
AlexeyAB 8bcba6c105 Minor fixes. Added ZED_CAMERA to the Makefile. 2019-03-19 00:17:09 +03:00
Alexey 78fccc2588
Merge pull request #2631 from kehonsyo/vs2017enterprise
add Visual studio 2017 "Enterprise" edition to edition check.
2019-03-18 20:46:26 +03:00
Alexey 8127808c35
Merge pull request #2127 from duohappy/master
in yolo_cpp_dll.sln, miss a “\”
2019-03-18 20:45:03 +03:00
Alexey 707924236d
Merge branch 'master' into master 2019-03-18 20:37:32 +03:00
Alexey c4716dadd4
Merge pull request #2095 from apatsekin/patch-1
Update README.md (steps= for multi-gpu)
2019-03-18 20:36:13 +03:00
Alexey fd2012475c
Merge pull request #958 from ChihHsuLin/patch-1
Fix the path to voc.data
2019-03-18 20:29:11 +03:00
Alexey a81f77abe0
Merge pull request #2383 from davidssmith/master
fix assorted compile warnings
2019-03-18 20:19:24 +03:00
Alexey 5a9b08fe1e
Merge branch 'master' into master 2019-03-18 20:10:39 +03:00
AlexeyAB b3254ed523 Fixed many warnings 2019-03-18 19:25:48 +03:00
Alexey 6d6202f666
Merge pull request #2621 from jveitchmichaelis/tiff_ext
Correctly locate annotation files for tiff images
2019-03-18 18:14:25 +03:00
Alexey 6f146a9d07
Merge pull request #2632 from kehonsyo/suppress_c4819
suppress C4819 warnings to the cuda file in CP932 environment.
2019-03-18 18:12:12 +03:00
AlexeyAB 84be2e8316 Minor fix 2019-03-18 18:11:39 +03:00
Alexey e231729478
Merge branch 'master' into tiff_ext 2019-03-18 16:54:37 +03:00
AlexeyAB 4cd10ee547 Another one fix 2019-03-18 16:05:42 +03:00
AlexeyAB 2f0592d540 Compile fixes 2019-03-18 15:22:38 +03:00
none 9c3237acc8 suppress C4819 warnings to the cuda file in CP932 environment. 2019-03-18 09:44:43 +09:00
none 44c881233a add Visual studio 2017 "Enterprise" edition to edition check. 2019-03-18 09:17:17 +09:00
AlexeyAB 24dc5b7853 Another compile fix 2019-03-18 02:56:32 +03:00
AlexeyAB d762df531f Compile fix 2019-03-18 02:53:48 +03:00
AlexeyAB b6e15f1656 ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 2019-03-18 02:48:52 +03:00
Stefano Sinigardi 93ff87f74b [win-pthreads] correctly handle static libs 2019-03-16 22:24:36 +01:00
Josh Veitch-Michaelis 328cce0bf5
cleaner check for extension 2019-03-15 22:51:15 +00:00
Josh Veitch-Michaelis f73ace38fa
fix output message 2019-03-15 22:10:38 +00:00
Josh Veitch-Michaelis 1a3971f5f7
alert user if annotation file doesn't exist
Currently darknet will continue silently if an annotation file isn't found. This can happen when the user provides an unsupported image format and the extension is not replaced. Probably this function should be modified to change any extension to .txt, since OpenCV (for example) supports many image extensions.
2019-03-15 22:01:04 +00:00
Josh Veitch-Michaelis fc2996968e
find annotation files for tiff images 2019-03-15 21:58:53 +00:00
Stefano Sinigardi f9085d8c2a remove unused cmake module 2019-03-13 23:45:01 +01:00
Stefano Sinigardi a3a836f56a add a switch to force build with local libs 2019-03-13 23:40:44 +01:00
Stefano Sinigardi d6294761be x64 only 2019-03-13 23:36:13 +01:00
Stefano Sinigardi 5be12ce058 move Stb lib to 3rdparty folder 2019-03-13 23:21:37 +01:00
Alexey 7a854302ef
Merge pull request #2542 from kossolax/patch-2
Segfault if height > width
2019-03-13 02:41:42 +03:00
Alexey dd27d67f58
Merge pull request #2536 from cenit/dev/cenit/cmakeConfig
improve darknet library handling for downstream projects, other small updates
2019-03-12 01:19:02 +03:00
Stefano Sinigardi 4fc5c6e7b0 improve compatibility with latest pthreadVC renaming on vcpkg 2019-03-08 21:48:23 +01:00
Steve Zaretti 17fed7c4e2
Segfault if height > width
./darknet classifier train data/sort.data cfg/alexnet.cfg -dont_show
alexnet
1
 compute_capability = 750, cudnn_half = 1 
layer     filters    size              input                output
   0 conv     96 11 x11 / 4   128 x 256 x   3   ->    30 x  62 x  96 0.130 BF
   1 max          3 x 3 / 2    30 x  62 x  96   ->    14 x  30 x  96 0.000 BF
   2 conv    256  5 x 5 / 1    14 x  30 x  96   ->    14 x  30 x 256 0.516 BF
   3 max          3 x 3 / 2    14 x  30 x 256   ->     6 x  14 x 256 0.000 BF
   4 conv    384  3 x 3 / 1     6 x  14 x 256   ->     6 x  14 x 384 0.149 BF
   5 conv    384  3 x 3 / 1     6 x  14 x 384   ->     6 x  14 x 384 0.223 BF
   6 conv    256  3 x 3 / 1     6 x  14 x 384   ->     6 x  14 x 256 0.149 BF
   7 max          3 x 3 / 2     6 x  14 x 256   ->     2 x   6 x 256 0.000 BF
   8 connected                            3072  ->  4096
   9 dropout       p = 0.50               4096  ->  4096
  10 connected                            4096  ->  4096
  11 dropout       p = 0.50               4096  ->  4096
  12 connected                            4096  ->  1261
  13 softmax                                        1261
  14 cost                                           1261
Total BFLOPS 1.167 
 Allocate additional workspace_size = 1940.23 MB 
Learning Rate: 0.01, Momentum: 0.9, Decay: 0.0005
893253
Loaded: 0.205056 seconds
Segmentation fault (core dumped)




 This PR fix this issue:
./darknet classifier train data/sort.data cfg/alexnet.cfg -dont_show
alexnet
1
 compute_capability = 750, cudnn_half = 1 
layer     filters    size              input                output
   0 conv     96 11 x11 / 4   128 x 256 x   3   ->    30 x  62 x  96 0.130 BF
   1 max          3 x 3 / 2    30 x  62 x  96   ->    14 x  30 x  96 0.000 BF
   2 conv    256  5 x 5 / 1    14 x  30 x  96   ->    14 x  30 x 256 0.516 BF
   3 max          3 x 3 / 2    14 x  30 x 256   ->     6 x  14 x 256 0.000 BF
   4 conv    384  3 x 3 / 1     6 x  14 x 256   ->     6 x  14 x 384 0.149 BF
   5 conv    384  3 x 3 / 1     6 x  14 x 384   ->     6 x  14 x 384 0.223 BF
   6 conv    256  3 x 3 / 1     6 x  14 x 384   ->     6 x  14 x 256 0.149 BF
   7 max          3 x 3 / 2     6 x  14 x 256   ->     2 x   6 x 256 0.000 BF
   8 connected                            3072  ->  4096
   9 dropout       p = 0.50               4096  ->  4096
  10 connected                            4096  ->  4096
  11 dropout       p = 0.50               4096  ->  4096
  12 connected                            4096  ->  1261
  13 softmax                                        1261
  14 cost                                           1261
Total BFLOPS 1.167 
 Allocate additional workspace_size = 1940.23 MB 
Learning Rate: 0.01, Momentum: 0.9, Decay: 0.0005
893253
Loaded: 0.509795 seconds
1, 0.000: 4.070450, 4.070450 avg, 0.010000 rate, 0.310202 seconds, 128 images
Loaded: 0.416345 seconds
2, 0.000: 4.069521, 4.070357 avg, 0.010000 rate, 0.055622 seconds, 256 images
Loaded: 0.451087 seconds



I'll tell you later if training is converging.
2019-03-06 10:19:13 +01:00
Stefano Sinigardi 8804479dbd [appveyor] explode matrix to workaround time bomb 2019-03-05 18:35:07 +01:00
Stefano Sinigardi 2c8ff8db0d create cmake targets for proper lib export 2019-03-05 18:34:53 +01:00
AlexeyAB b751bac175 Fixed mAP calculation for CRNN layer during training 2019-03-05 02:15:44 +03:00