Stefano Sinigardi
f6d45f1408
[travis] improve CI configurations, add no-opencv-ones, add opencv4 on
...
macOS
[build.sh] improve handling of vcpkg
[readme] update instructions for newer visual studio versions
[build.ps1] add VS2015 and VS2019 using vswhere
2019-04-09 09:06:58 +02:00
AlexeyAB
1cad888641
Fix for uselib and OpenCV 2.x, 3.x, 4.x
2019-04-08 21:23:48 +03:00
AlexeyAB
42a4081e94
OpenCV 2.x, 3.x, 4.x are supported
2019-04-08 20:49:42 +03:00
AlexeyAB
5a094da200
Another fix for old and new OpenCV
2019-04-08 19:32:27 +03:00
AlexeyAB
199b88624e
Removed some old OpenCV C API
2019-04-08 19:21:39 +03:00
AlexeyAB
b6a824df39
Minor fix
2019-04-08 02:42:44 +03:00
AlexeyAB
ca4b5eb03d
Bug fix with assert() during training
2019-04-07 00:40:19 +03:00
AlexeyAB
d6b9512a00
Fixed bug when image is missing
2019-04-06 16:26:17 +03:00
AlexeyAB
71d20264d1
Use -dont_show -show_imgs for Training - saves augmented images without showing
2019-04-06 15:13:47 +03:00
AlexeyAB
97679224ba
All OpenCV C-functions replaced by CPP-functions
2019-04-06 04:05:31 +03:00
AlexeyAB
811f772b45
3rd part of OpenCV C-functions replaced by CPP-functions
2019-04-06 01:36:06 +03:00
AlexeyAB
4e47429d82
Another part of OpenCV C-functions replaced by CPP-functions
2019-04-05 21:21:13 +03:00
AlexeyAB
33b854a631
Another compile fix
2019-04-05 19:28:26 +03:00
AlexeyAB
4d6bba5e69
Compile fix
2019-04-05 19:05:19 +03:00
AlexeyAB
79c669707c
Some C OpenCV functions replaced by CPP functions
2019-04-05 18:56:08 +03:00
AlexeyAB
d7a95aefb2
Added flag -show_imgs for Training, to show augmented images with bboxes
2019-04-05 16:04:26 +03:00
AlexeyAB
f19d1440cb
Moved all OpenCV functions to the image_opencv.cpp/h
2019-04-04 22:57:05 +03:00
Alexey
6231b748c4
Merge pull request #2651 from jveitchmichaelis/sgdr
...
Implement stochastic gradient descent with warm restarts
2019-03-30 14:25:45 +03:00
Alexey
3d24dbae97
Merge pull request #2768 from cenit/dev/cenit/opencv4
...
clean up before the storm
2019-03-30 14:23:47 +03:00
Stefano Sinigardi
ba75f06333
[appveyor] add opencv[ffmpeg] also in ci
2019-03-29 17:11:03 +01:00
Stefano Sinigardi
7a3600f221
[cygwin] add libncurses dependency
2019-03-29 16:11:42 +01:00
Stefano Sinigardi
c35c94798a
[clang] force -pthread flag on linux to avoid some cmake bugs
2019-03-29 16:09:04 +01:00
Stefano Sinigardi
751d750952
other fixes for travis-ci
2019-03-29 15:37:27 +01:00
Stefano Sinigardi
bff37eb406
add reference to opencv[ffmpeg], fix spell errors, fix LD_LIBRARY_PATH for cuda on travis-ci, create a script to update cmake on cygwin-appveyor-ci
2019-03-29 14:06:23 +01:00
Stefano Sinigardi
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
Stefano Sinigardi
dcd41f37cc
add ld_library_path to travis to fix [maybe] linking problems
2019-03-29 11:04:19 +01:00
Stefano Sinigardi
05b23f5d6e
add some more messages to vcpkg auto-integration
2019-03-29 10:16:35 +01:00
Stefano Sinigardi
05f027cc72
shared libs are really always default now, static are opt-in only
2019-03-29 09:15:55 +01:00
Stefano Sinigardi
da74882fe1
cleanup in preparation to opencv-4 work
2019-03-28 17:54:27 +01:00
AlexeyAB
f5fd086407
Minor fix
2019-03-28 00:11:16 +03:00
AlexeyAB
7b1ef39607
Compile fix
2019-03-27 13:52:28 +03:00
AlexeyAB
f482590691
Added -map_points flag for mAP calculation for MSCOCO, PascalVOC2007 / 2010-2012, ImageNet
2019-03-27 01:34:06 +03:00
Alexey
d32c61b336
Merge pull request #2703 from agirbau/patch-1
...
Compute Precision and recall per class
2019-03-27 01:00:46 +03:00
AlexeyAB
fbf7a5fa4c
Minor fix
2019-03-27 00:11:13 +03:00
AlexeyAB
ab9e891f60
Minor fixes
2019-03-26 18:32:36 +03:00
AlexeyAB
9815012a01
Fixed path in vcxproj-files from $(OpenCV_ROOT_DIR) to $(OPENCV_DIR)
2019-03-22 15:40:17 +03:00
AlexeyAB
cad99fd75d
Fixed memory leak for Training with -map flag and random=1
2019-03-22 15:37:35 +03:00
agirbau
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
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