You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: