I am currently trying to run darknet using the Python wrapper darknet_images.py to analyze a batch of images. I get this error when running from terminal:
python darknet_images.py
with default arguments and
if __name__ == "__main__":
batch_detection_example()
main()
Indeed I see the darknet.py file does not have a POINTER class definition. Could you please help?
You can safely ignore the statement "images do not have the same shape" as for testing I'm using a single file.
using Python 3.8.13 on Ubuntu 20.04.6 LTS

I am currently trying to run darknet using the Python wrapper
darknet_images.pyto analyze a batch of images. I get this error when running from terminal:python darknet_images.pywith default arguments and
Indeed I see the
darknet.pyfile does not have a POINTER class definition. Could you please help?You can safely ignore the statement "images do not have the same shape" as for testing I'm using a single file.
using Python 3.8.13 on Ubuntu 20.04.6 LTS