-
Notifications
You must be signed in to change notification settings - Fork 1
[WIP] tracksdata backend #126
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
Open
TeunHuijben
wants to merge
48
commits into
v2-dev
Choose a base branch
from
tracksdata
base: v2-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 28 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
437d08c
replaced nx in conftest and worked on test regarding adding/deleting …
TeunHuijben 5b1d0a4
merge with main
TeunHuijben b4ce277
fixed all tests in Actions
TeunHuijben 49ebc8b
Merge branch 'main' into tracksdata
TeunHuijben 567cefb
make compatible with latest tracksdata api
TeunHuijben e99768f
more tests passing
TeunHuijben 27f5400
Merge branch 'v2-dev' into tracksdata
cmalinmayor 34bf99b
fixed minor bugs resulting from merge with v2-branch
TeunHuijben 6410e87
fixed due to merge with v2
TeunHuijben 65791b0
user_actions tests passing
TeunHuijben bd45a60
update tracks.add_feature to work on any feature (nodes/edges)
TeunHuijben 4c466dc
Merge branch 'v2-dev' into tracksdata
TeunHuijben fa4965b
check if graph.column exists when adding feature
TeunHuijben 1c126ff
working towards fixing from_tracks_df
TeunHuijben d4d17cc
working on geff tests etc.
TeunHuijben 406bddf
fix annotator tests and working on input/output
TeunHuijben 6d05787
remove all graph.nodes and replace td_graph_edge_list with graph.edge…
TeunHuijben a56a468
replace ancestors by rx.ancestors
TeunHuijben 90088b4
all tests passing! (before adding segmentation to graph)
TeunHuijben 17aa6a7
clean up: del deepcopy(graph), del NodeAttr/EdgeAttr, tracks.delete_f…
TeunHuijben 14b246d
fix iou type
TeunHuijben 2eea4d3
wip tests passing with segmetation on graph, todo is import/export
TeunHuijben fe767ae
updated tracksdata version
TeunHuijben 736daeb
use graph.has_node, instead of: node in graph.node_ids()
TeunHuijben ec952bc
all tests passing with td backend and segmentation on graph!
TeunHuijben 3c4c535
function name change
TeunHuijben c8d819f
fix github testing ci
TeunHuijben f55268c
minor textual changes
TeunHuijben e020d74
latest tracksdata
TeunHuijben fb84122
answered Carolines comments, use Mask methods, iou from masks
TeunHuijben ba6bc10
UserUpdateSegmentation uses masks, not segmentation
TeunHuijben 17088b6
regionprops computed from masks
TeunHuijben 33635ec
use regionprops on mask from td
TeunHuijben 518df4e
add segmentation_shape to graph.metadata, and remove all its instances
TeunHuijben ed27f84
remove computations from AddNode._apply and rely on annotators
TeunHuijben 13a1bf4
use features.default in AddEdge
TeunHuijben e28d99b
updated api in docs/features.md
TeunHuijben 176cd77
tracksdata now fully handles default attribute values!
TeunHuijben 1f63bc5
removed set_pixels from add_node
TeunHuijben 30dfaa9
remove set_pixels
TeunHuijben d04e122
update tracksdata to latest versions
TeunHuijben 9552a65
UserActions use pixels, but all underlying actions use masks. Trying …
TeunHuijben 3d68dfe
removed todo
TeunHuijben eb72ccb
remove default stuff from AddNode
TeunHuijben 6d48a8c
make update_segmentation_cache take a mask, not pixels
TeunHuijben 3d7bca9
remove unnecessary utils functions regarding node attributes from pix…
TeunHuijben 0b2b859
improve coverage of tracks.py
TeunHuijben 2d32f30
update Teun Todos
TeunHuijben File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -93,3 +93,6 @@ pixi.lock | |
|
|
||
| # uv environments | ||
| uv.lock | ||
|
|
||
| # Claude | ||
| CLAUDE.md | ||
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.