Skip to content

Tracking from scratch - #458

Open
AnniekStok wants to merge 23 commits into
mainfrom
track_from_scratch
Open

Tracking from scratch#458
AnniekStok wants to merge 23 commits into
mainfrom
track_from_scratch

Conversation

@AnniekStok

Copy link
Copy Markdown
Collaborator

Two basic options are implemented (#221) :

  • Tracking from scratch by placing points, based on the dimensions of the selected image layer
  • Tracking from detections: create a candidate graph with no edges from either a Points or a Labels layer

@codecov-commenter

codecov-commenter commented Jul 14, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 99.02913% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.20%. Comparing base (9546021) to head (71551ee).

Files with missing lines Patch % Lines
.../application_menus/tracking_from_scratch_widget.py 98.07% 1 Missing ⚠️
...ile_tracker/data_views/views/layers/track_graph.py 87.50% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cmalinmayor

Copy link
Copy Markdown
Collaborator

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.

@cmalinmayor

Copy link
Copy Markdown
Collaborator

Notes from conversation:
New tracks button in Tracks List.
Copy from source layer in Editing widget.

@AnniekStok

Copy link
Copy Markdown
Collaborator Author

Currently painting is not working because of #480, but after #447 is merged I will try again.

@AnniekStok

Copy link
Copy Markdown
Collaborator Author

Confirmed that the painting is now working again!

@AnniekStok
AnniekStok marked this pull request as ready for review August 18, 2026 15:36
@AnniekStok AnniekStok added the ready for initial review PR ready for first review label Aug 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready for initial review PR ready for first review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants