pupil-labs / apriltags

Python bindings for the apriltags3 library
https://pupil-apriltags.readthedocs.io/en/latest/index.html
Other
106 stars 29 forks source link

max_hamming setting is not found #57

Open mahroobahreinian opened 1 year ago

mahroobahreinian commented 1 year ago

I have created a docker container and wanted to create an apriltag detector of family "tagstandard52h13" and I faced this error:

>>>from pupil_apriltags import Detector
>>> at_detector = Detector(families="tagStandard52h13")
apriltag.c: failed to allocate hamming decode table. Reduce max hamming size.

But I could not find the max_hamming setting on the detector to fix this.

uzgit commented 1 month ago

Seconded.