Package: darknet / 0.0.0+git20180914.61c9d02e-3

Metadata

Package Version Patches format
darknet 0.0.0+git20180914.61c9d02e-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001_fix_data_label_path.patch | (download)

src/image.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
1 file changed, 2 insertions(+), 2 deletions(-)

 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 !
src/image_opencv.cpp | 58 22 + 36 - 0 !
2 files changed, 24 insertions(+), 38 deletions(-)

 [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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [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 !
1 file changed, 2 insertions(+), 4 deletions(-)

 [patch 5/5] fix #1421 (use after free)


0006 port to python3.13.patch | (download)

data/labels/make_labels.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 port to python3.13
 Python 3.13 removes a large amount of so called 'dead battery' libraries 
 from the standard library. As such, code that imports these libraries 
 will no longer work in Python 3.13, which is the targeted version for 
 Trixie. The following removed libraries were found in this package:
 pipes: data/labels/make_labels.py:3
Bug-Debian: http://bugs.debian.org/1084609