-
Notifications
You must be signed in to change notification settings - Fork 168
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
Consider splits and merges in tdating #349
Merged
Merged
Commits on Mar 7, 2024
-
Since 0 in labels means that no cell was identified in that pixel, we need to ignore 0 when matching. Otherwise we could have a situation where e.g the cell overlaps 0.55 with 0 and 0.45 with some cell and it would end up unmatched (`ID_coverage` would be 0 and a new track would be initialized)
Configuration menu - View commit details
-
Copy full SHA for f84da89 - Browse repository at this point
Copy the full SHA f84da89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b32ac3 - Browse repository at this point
Copy the full SHA 0b32ac3View commit details -
Store information about splits
If the advected cell overlaps > 10% with more than one cell at next timestep, consider the advected cell as a split cell. Store information of which IDs the cell split to. Also for cells at current timestep, mark cells that resulted from splits
Configuration menu - View commit details
-
Copy full SHA for 9919dfe - Browse repository at this point
Copy the full SHA 9919dfeView commit details -
Store information about merges
If the cell at current timestep is overlapped > 10% by more than one advected cell, consider it merged and store IDs of previous cells. Also mark cells from previous timestep is they will merge at next timestep.
Configuration menu - View commit details
-
Copy full SHA for edf2178 - Browse repository at this point
Copy the full SHA edf2178View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d22abd - Browse repository at this point
Copy the full SHA 8d22abdView commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8a29ff6 - Browse repository at this point
Copy the full SHA 8a29ff6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 880cc98 - Browse repository at this point
Copy the full SHA 880cc98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25209c2 - Browse repository at this point
Copy the full SHA 25209c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d41dacd - Browse repository at this point
Copy the full SHA d41dacdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58bd8a2 - Browse repository at this point
Copy the full SHA 58bd8a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b96124 - Browse repository at this point
Copy the full SHA 6b96124View commit details
Commits on Jul 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0d1ee6c - Browse repository at this point
Copy the full SHA 0d1ee6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c8fdce - Browse repository at this point
Copy the full SHA 5c8fdceView commit details
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.