Skip to content
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

(3a -> 3) Add method to match instances across views #1579

Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
71db786
Update methods to allow triangulating multiple instances at once
Oct 31, 2023
f6be8c4
Return instances and coords as a dictionary with cams
Oct 31, 2023
c4690ec
Update get_instance_across_views to handle multiple frames
Oct 31, 2023
e495241
[wip] Update calculate reprojected points to support multiple frames
roomrys Nov 1, 2023
4470c0e
Finish support for multi-frame reprojection
Nov 2, 2023
d83ea64
Remove code to put in next PR
Nov 2, 2023
9020afb
Merge branch 'liezl/asc-initial-update-instances-across-views' of htt…
roomrys Dec 6, 2023
443d410
(3b -> 3a) Add method to get single instance permutations (#1586)
roomrys Jan 20, 2024
c3a8173
(3e -> 3a) Add `InstanceGroup` class (#1618)
roomrys Apr 12, 2024
9d61980
Only use user-`Instance`s for triangulation
roomrys Apr 12, 2024
08eb996
Remove unused code
roomrys Apr 12, 2024
34a4dcd
Use `LabeledFrame` class instead of dummy labeled frame
roomrys Apr 12, 2024
a330c69
Limit which methods can update `Labels.labeled_frames`
roomrys Apr 15, 2024
e78642e
Update cache when Labels. remove_session_video
roomrys Apr 15, 2024
712319c
Remove RecordingSession.instance_groups
roomrys Apr 15, 2024
ddbd19c
[wip] Maintain cached FrameGroup dictionaries
roomrys Apr 15, 2024
9454943
Add unique name (per FrameGroup) requirement for InstanceGroup
roomrys Apr 16, 2024
545dd44
Lint
roomrys Apr 16, 2024
3fe0246
Fix remove_video bug
roomrys Apr 17, 2024
118cf37
Add RecordingSession.new_frame_group method
roomrys Apr 17, 2024
f7b178b
Add TODO comments for later
roomrys Apr 17, 2024
ca6319a
Fix RecordingSesssion.remove_video bug
roomrys Apr 17, 2024
176efb2
Remove FrameGroup._frame_idx_registry class attribute
Apr 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading