apriltags icon indicating copy to clipboard operation
apriltags copied to clipboard

max_hamming setting is not found

Open mahroobahreinian opened this issue 2 years ago • 1 comments

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.

mahroobahreinian avatar May 16 '23 21:05 mahroobahreinian