duckietown / lib-dt-apriltags

Python bindings to the Apriltags library
Other
62 stars 8 forks source link

free(): invalid pointer #9

Closed afdaniele closed 4 years ago

afdaniele commented 4 years ago

It looks like this issue is still present: https://github.com/duckietown/apriltags3-py/issues/1

I just came across the same error: free(): invalid pointer while using the detector.

The image I'm running detection on: image

afdaniele commented 4 years ago

@AleksandarPetrov @surirohit any idea?

afdaniele commented 4 years ago

never mind, I was using the same Detector object from two threads so they were messing with each other.