Pair single-camera results the way the stereo track-and-measure pipelines do - #1938
Open
mattdawkins wants to merge 1 commit into
Open
mattdawkins wants to merge 1 commit into
mattdawkins wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
compute_measurementswithdetection_pairing_method calibrationat a 10 px threshold and class matching on. Together with a VIAME bug (Pair stereo boxes by epipolar geometry instead of a projected depth VIAME/VIAME#298, fixed) it paired nothing.stereo_track_and_measure_default_fish.pipe:keypoint_projection,calibrationat 50 px,detection_pairing_require_class_match false,max_stereo_rms 20,max_bbox_area_ratio 3,accumulate_track_pairings+most_likely. Keypoints pair the cameras when both sides have head/tail; box geometry against the calibration does it otherwise, so it works for detectors without keypoints. Classes are left as each camera's pipeline produced them (average_stereo_classes false).fish_rf_detroutput on each side it pairs 9/9 ground-truth pairs with or without keypoints.🤖 Generated with Claude Code