Alexey
1de03f948c
Merge pull request #4896 from tiagoshibata/opencv4-AlexeyAB
...
Support building with OpenCV 4
2020-02-21 02:24:47 +03:00
Tiago Koji Castro Shibata
187918f564
Enable C++11 for OpenCV 4
2020-02-20 10:02:14 -08:00
Tiago Koji Castro Shibata
bc7209ab31
Fix compilation with latest OpenCV
...
C APIs were removed and must be replaced with C++ calls
2020-02-20 10:02:10 -08:00
Aymeric DUJARDIN
a9f634dd18
Adding support for ZED SDK 3.0 (with 2.8 support maintained)
2020-01-27 19:12:08 +01:00
AlexeyAB
f4b2612b04
Added the ability to compile in C++ (Makefile USE_CPP=1)
2019-12-16 18:26:50 +03:00
Mosè Giordano
55a6479ea2
Fix compilation for Windows with MinGW
2019-11-24 00:17:32 +00:00
Mosè Giordano
5a77940bd5
Add $(OBJDIR) as prerequisite to $(LIBNAMESO)
...
The directory must exist before running this rule. When running `make` with
several parallel jobs it can happen that $(LIBNAMESO) rule is run before
creating the directory.
2019-11-21 01:53:31 +00:00
AlexeyAB
b3a2495298
Added Gaussian YOLOv3 layer [Gaussian_yolo]
2019-10-25 20:47:17 +03:00
AlexeyAB
644621791d
Compile fix
2019-08-02 19:36:38 +03:00
AlexeyAB
2fa9792c56
Added [sam] layer
2019-08-02 19:29:05 +03:00
AlexeyAB
cc41339805
Added [scale_channels] layer for squeeze-and-excitation blocks
2019-06-19 23:36:02 +03:00
AlexeyAB
31dc6c8680
Added LSTM sequence detector, and blur data augmentation (for OpenCV only)
2019-05-07 16:28:31 +03:00
AlexeyAB
f19d1440cb
Moved all OpenCV functions to the image_opencv.cpp/h
2019-04-04 22:57:05 +03:00
Stefano Sinigardi
dfa1735a90
Merge branch 'master' into dev/cenit/stb
2019-03-19 19:39:41 +01:00
Aymeric Dujardin
0557f43141
ZED Camera support CMakeLists + Fix Makefile
2019-03-19 12:41:47 +01:00
AlexeyAB
8bcba6c105
Minor fixes. Added ZED_CAMERA to the Makefile.
2019-03-19 00:17:09 +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
5be12ce058
move Stb lib to 3rdparty folder
2019-03-13 23:21:37 +01:00
AlexeyAB
ce2e0eff00
DEBUG=1 fixed
2019-02-05 00:36:17 +03:00
AlexeyAB
41814fc4b3
Minor fixes
2019-02-02 15:16:57 +03:00
David Smith
96773df469
add lstm_layer.o to Makefile
2019-01-24 09:38:45 -06:00
AlexeyAB
0e022d0912
Fixed timer
2019-01-18 21:29:06 +03:00
AlexeyAB
4ed6fd1ada
Fix for compilation on Google Colab
2019-01-18 19:54:05 +03:00
AlexeyAB
3ff5084590
Added include/darknet.h
2019-01-06 23:51:38 +03:00
AlexeyAB
742bb7c7ce
Compile fix
2018-12-07 22:52:07 +03:00
AlexeyAB
2bb44454a5
Minor fix
2018-10-14 00:20:23 +03:00
AlexeyAB
344f8c6d27
Fix building darknet.so on MacOS
2018-10-12 19:31:02 +03:00
AlexeyAB
7762372e5b
Compilation fix for OpenCV 3.4.x and Jetson Xavier.
2018-10-12 15:12:36 +03:00
AlexeyAB
67f33ff5dc
Another compile fix
2018-09-27 23:49:03 +03:00
AlexeyAB
b1dddf02cc
Fixed AVX compiled bug
2018-08-13 02:43:45 +03:00
AlexeyAB
1e9d1fcedf
Fixed arch=compute_53,code=[sm_53,compute_53] for Jetson TX1
2018-06-30 23:12:25 +03:00
AlexeyAB
3df335bb50
Fixed SSE4.1 dependencies when AVX=1 on Linux
2018-04-23 23:15:21 +03:00
AlexeyAB
9f2dbfa7df
Added flag AVX to the Makefile
2018-04-17 14:39:27 +03:00
AlexeyAB
9bae70b225
Accelerated by another 5% using FP16/32 Batch-norm for Tensor Cores.
2018-04-17 02:51:11 +03:00
AlexeyAB
701f4fab63
Compile fix
2018-04-16 17:58:08 +03:00
AlexeyAB
892137f3aa
Added CUDNN_HALF to the Makefile
2018-04-16 17:52:03 +03:00
AlexeyAB
1c39aeca00
Try to fix
2018-04-12 14:12:38 +03:00
AlexeyAB
d3bdf7cfdf
Fixed compile with DEBUG=1
2018-04-12 13:33:51 +03:00
AlexeyAB
4d9a2bdac6
Minor fixes
2018-04-11 23:04:23 +03:00
AlexeyAB
2a9f7e44ce
Added automatic AVX support - speedup +20% on CPU x86_64 Intel Skylake
2018-04-06 20:34:38 +03:00
AlexeyAB
d9ae3dd681
Added Yolo v3
2018-03-28 02:59:03 +03:00
sivagnanamn
013031ce3f
Minor changes to keep MAC OSX happy
2018-03-21 13:54:44 +09:00
AlexeyAB
fe44d3d0f2
Fixed reorg_layer. Old reorg can be used as [reorg_old] in the cfg-file.
2018-03-03 18:09:46 +03:00
AlexeyAB
cd2bdec090
Updated to CUDA 9.1. And fixed no_gpu dependecies.
2018-02-23 15:05:31 +03:00
AlexeyAB
82f630cac7
Added param -http_port 8090 to show MJPEG-stream in the WebBrowser (Chrome/Firefox)
2018-02-18 02:31:56 +03:00
AlexeyAB
f03d486760
Makefile added hints to compile for Jetson Tx1 and Tx2
2018-02-08 01:09:30 +03:00
AlexeyAB
75e3936aa1
Fixed Makefile for the CUDA 9.0
2017-10-19 23:22:43 +03:00
AlexeyAB
ee0dec90de
Fixed Makefile
2017-08-09 21:01:19 +03:00
AlexeyAB
0a8391e816
Added to Makefile the path to include of cuDNN
2017-08-06 22:21:46 +03:00
AlexeyAB
fd671a7a4a
LIBSO=1 compile darknet.so library on Linux
2017-08-04 17:57:05 +03:00