Commit Graph

1236 Commits

Author SHA1 Message Date
a97f41322f removed cygwin ci because it has a cmake too old, leave a note for a todo build from source 2019-03-29 11:08:12 +01:00
dcd41f37cc add ld_library_path to travis to fix [maybe] linking problems 2019-03-29 11:04:19 +01:00
05b23f5d6e add some more messages to vcpkg auto-integration 2019-03-29 10:16:35 +01:00
05f027cc72 shared libs are really always default now, static are opt-in only 2019-03-29 09:15:55 +01:00
da74882fe1 cleanup in preparation to opencv-4 work 2019-03-28 17:54:27 +01:00
f5fd086407 Minor fix 2019-03-28 00:11:16 +03:00
7b1ef39607 Compile fix 2019-03-27 13:52:28 +03:00
f482590691 Added -map_points flag for mAP calculation for MSCOCO, PascalVOC2007 / 2010-2012, ImageNet 2019-03-27 01:34:06 +03:00
d32c61b336 Merge pull request #2703 from agirbau/patch-1
Compute Precision and recall per class
2019-03-27 01:00:46 +03:00
fbf7a5fa4c Minor fix 2019-03-27 00:11:13 +03:00
ab9e891f60 Minor fixes 2019-03-26 18:32:36 +03:00
9815012a01 Fixed path in vcxproj-files from $(OpenCV_ROOT_DIR) to $(OPENCV_DIR) 2019-03-22 15:40:17 +03:00
cad99fd75d Fixed memory leak for Training with -map flag and random=1 2019-03-22 15:37:35 +03:00
198d169d22 Compute Precision and recall per class
Doing ./darknet detector map ... now returns precision and recall per class instead of a global precision and recall
2019-03-22 12:09:50 +01:00
1cd332e4ca Update Readme.md 2019-03-20 17:23:40 +03:00
685fae5fed Moved 3rd party libraries: pthreads and stb 2019-03-20 17:00:23 +03:00
eab039d2db Merge pull request #2599 from cenit/dev/cenit/stb
move Stb lib to 3rdparty folder
2019-03-20 16:58:54 +03:00
790de05435 Fix bug with demo.c 2019-03-19 23:12:40 +03:00
fefc7ef803 improve CUDA setup instructions and templates in scripts 2019-03-19 20:07:02 +01:00
dfa1735a90 Merge branch 'master' into dev/cenit/stb 2019-03-19 19:39:41 +01:00
9dddf82ab6 Compile fix. And minor fixes 2019-03-19 20:21:34 +03:00
d2abf0fa57 Minor fix 2019-03-19 19:06:24 +03:00
b0749e00d7 Merge pull request #2655 from adujardin/zed_support_improvements
ZED Camera support improvements
2019-03-19 17:17:33 +03:00
f1d47703b4 ZED CMake fail silently if not found 2019-03-19 14:23:28 +01:00
0557f43141 ZED Camera support CMakeLists + Fix Makefile 2019-03-19 12:41:47 +01:00
8bcba6c105 Minor fixes. Added ZED_CAMERA to the Makefile. 2019-03-19 00:17:09 +03:00
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
8127808c35 Merge pull request #2127 from duohappy/master
in yolo_cpp_dll.sln, miss a “\”
2019-03-18 20:45:03 +03:00
707924236d Merge branch 'master' into master 2019-03-18 20:37:32 +03:00
c4716dadd4 Merge pull request #2095 from apatsekin/patch-1
Update README.md (steps= for multi-gpu)
2019-03-18 20:36:13 +03:00
fd2012475c Merge pull request #958 from ChihHsuLin/patch-1
Fix the path to voc.data
2019-03-18 20:29:11 +03:00
a81f77abe0 Merge pull request #2383 from davidssmith/master
fix assorted compile warnings
2019-03-18 20:19:24 +03:00
5a9b08fe1e Merge branch 'master' into master 2019-03-18 20:10:39 +03:00
b3254ed523 Fixed many warnings 2019-03-18 19:25:48 +03:00
6d6202f666 Merge pull request #2621 from jveitchmichaelis/tiff_ext
Correctly locate annotation files for tiff images
2019-03-18 18:14:25 +03:00
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
84be2e8316 Minor fix 2019-03-18 18:11:39 +03:00
e231729478 Merge branch 'master' into tiff_ext 2019-03-18 16:54:37 +03:00
4cd10ee547 Another one fix 2019-03-18 16:05:42 +03:00
2f0592d540 Compile fixes 2019-03-18 15:22:38 +03:00
9c3237acc8 suppress C4819 warnings to the cuda file in CP932 environment. 2019-03-18 09:44:43 +09:00
44c881233a add Visual studio 2017 "Enterprise" edition to edition check. 2019-03-18 09:17:17 +09:00
24dc5b7853 Another compile fix 2019-03-18 02:56:32 +03:00
d762df531f Compile fix 2019-03-18 02:53:48 +03:00
b6e15f1656 ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 2019-03-18 02:48:52 +03:00
93ff87f74b [win-pthreads] correctly handle static libs 2019-03-16 22:24:36 +01:00
328cce0bf5 cleaner check for extension 2019-03-15 22:51:15 +00:00
f73ace38fa fix output message 2019-03-15 22:10:38 +00:00
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
fc2996968e find annotation files for tiff images 2019-03-15 21:58:53 +00:00