Package: darknet / 0.0.0+git20180914.61c9d02e-2
Metadata
Package | Version | Patches format |
---|---|---|
darknet | 0.0.0+git20180914.61c9d02e-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001_fix_data_label_path.patch | (download) |
src/image.c |
2 1 + 1 - 0 ! |
change label path to /usr/share/darknet We install all the necessary data to /usr/share/darknet, not relative path. |
0002_change_path_for_library.patch | (download) |
python/darknet.py |
4 2 + 2 - 0 ! |
use libdarknet.so in /usr/lib/darknet We instal, the library to /usr/lib/darknet |
0003 Fix compilation with latest OpenCV.patch | (download) |
Makefile |
4 2 + 2 - 0 ! |
[patch 3/5] fix compilation with latest opencv C APIs were removed and must be replaced with C++ calls |
0004 Enable C 11 for OpenCV 4.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
[patch 4/5] enable c++11 for opencv 4 |
0005 Fix 1421 use after free.patch | (download) |
src/image_opencv.cpp |
6 2 + 4 - 0 ! |
[patch 5/5] fix #1421 (use after free) |
1