-
Notifications
You must be signed in to change notification settings - Fork 263
Clean up front end, remove decision margin and error bits, remove target family selector #652
New issue
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
Conversation
|
Works for me, but I would like to keep the decision margin. I've had camera settings before where the margin may even get as low as 15 to reliably detect the tag. |
|
What's the goal of removing these, versus just setting sane defaults? |
|
Matt and I just talked.... request - leave the front end the same (selectors still available) but change the default so it's correct for 2023 |
|
Definitely still want decision marker and error bits exposed - I'm ok with whatever amquake wants |
Thoughts on condensing it down to just one selector for the family then? I'll add decision margin back but if anything above 0 error bits causes issues, it shouldn't need to be edited. |
|
It seemed to me any value of error bits above 0 for 16h5 is detrimental-- if the family selector is kept in, error bits should still have a slider or be automatically set (0 for 16h5, previous default for 36h11). Otherwise I think it would be better to remove it. |
I assume false positives? I hadn't seen these but then again have done all testing in my basement. Locked at zero is fine by me (that's what the apriltag papers talk about most folks doing anyway)
I do like this. |
photon-core/src/main/java/org/photonvision/vision/apriltag/AprilTagDetectorParams.java
Outdated
Show resolved
Hide resolved
photon-core/src/main/java/org/photonvision/vision/pipeline/AprilTagPipeline.java
Show resolved
Hide resolved
# Conflicts: # photon-core/src/main/java/org/photonvision/vision/apriltag/AprilTagDetector.java # photon-core/src/main/java/org/photonvision/vision/apriltag/AprilTagDetectorParams.java # photon-core/src/main/java/org/photonvision/vision/pipeline/AprilTagPipelineSettings.java
…good first impression
…get family selector (PhotonVision#652) * clean up front end ui * address changes * Further tweaks to camera default gains to help make sure users get a good first impression * even more saner defaults * Even even more camera sane defaults * lint * lint pt 2 * unit test fixup Co-authored-by: Chris <chrisgerth010592@gmail.com>
if someone could test, that would be great. mainly 3d stuff, worked fine on my machine.