darknet icon indicating copy to clipboard operation
darknet copied to clipboard

darknet.py references load_image_color, which was removed

Open jake-nz opened this issue 1 year ago • 1 comments

load_image_color was removed here: https://github.com/hank-ai/darknet/commit/d3e3339bbb9669a6b2fd243d84df8beb362dce4f#diff-1669d998bbe197992292514f3da1f46a151d50cd474e33d5407a307897942fa0

It's still referenced here: https://github.com/hank-ai/darknet/blob/6bcf92b17fa4d6dfd8908a7f45c00a1ad9af970b/src-python/darknet.py#L429

Which causes python code to fail with: AttributeError: /usr/lib/libdarknet.so: undefined symbol: load_image_color

This change seems to work for me, but I'm not familiar enough with this project to know if other changes are needed to:

load_image = lib.load_image
load_image.argtypes = [c_char_p, c_int, c_int, c_int]

jake-nz avatar May 14 '24 05:05 jake-nz

Thank you. Fixed in v2.0.211.

stephanecharette avatar May 14 '24 13:05 stephanecharette