Tracking from scratch - #458
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #458 +/- ##
==========================================
+ Coverage 88.81% 89.20% +0.38%
==========================================
Files 59 61 +2
Lines 5776 5974 +198
==========================================
+ Hits 5130 5329 +199
+ Misses 646 645 -1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
…s by connecting an optional source layer
…serve labels to protect existing labels from getting overwritten by a copy event from the source layer
|
Split into two PRs? Just starting from an empty graph, and then copying objects/updating segmentation from a linked "source" layer (points or seg). Might need two modes for the second part for segmentation layers, one that creates a new object, and one that appends to the existing object with that track ID. |
…et if exists or grow existing node of that tracklet
…when there are no track ids - when the tree is still empty
|
Notes from conversation: |
|
Confirmed that the painting is now working again! |
Two basic options are implemented (#221) :