We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When i start my apriltag script the following allocates around 5 gb of ram, why is that?
self.outer_at_detector = Detector(families='tagCustom48h12', nthreads=1, quad_decimate=1.0, quad_sigma=0.0, refine_edges=1, decode_sharpening=0.25, debug=0)
I'm quite limited in regards to memory allocation, so this is not that feasible for me.
Kind regards.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When i start my apriltag script the following allocates around 5 gb of ram, why is that?
self.outer_at_detector = Detector(families='tagCustom48h12',
nthreads=1,
quad_decimate=1.0,
quad_sigma=0.0,
refine_edges=1,
decode_sharpening=0.25,
debug=0)
I'm quite limited in regards to memory allocation, so this is not that feasible for me.
Kind regards.
The text was updated successfully, but these errors were encountered: