Skip to content

Adding option to control min_area_factor #201

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

Merged
merged 3 commits into from
Mar 6, 2025
Merged

Conversation

JoOkuma
Copy link
Member

@JoOkuma JoOkuma commented Mar 6, 2025

closes #197

TeunHuijben and others added 3 commits March 3, 2025 14:31
…aluation (#62)

* added save_config function

* added volume attribute to node

* close_tracks_gaps now works for segments being a dask_array

* removed node._volume method, since precomputed area already exists

* added UltrackArray class to utils/array.py

* ran pre-commit

* added path to database as optional input parameter. If provided, the database is taken from the provided path. If not provided, the database is loaded from the path stored in config

* hierarchy widget, work in progress

* added non-linear slider for uniform addition of volumes'

* added documentation to ultrack-array and HierarchyVizWidget

* Update ultrack/widgets/ultrackwidget/ultrackwidget.py

Co-authored-by: Jordão Bragantini <[email protected]>

* Update ultrack/widgets/ultrackwidget/ultrackwidget.py

Co-authored-by: Jordão Bragantini <[email protected]>

* Update ultrack/utils/array.py

Co-authored-by: Jordão Bragantini <[email protected]>

* implementing Jordaos revisions

* revising PR

* renaming functions in ultrack-array

* reverting dirty history changes

* redid the changes lost in merge

* added indexing test for ultrack-array

* added test for hierarchy widget

* Update ultrack/utils/array.py

Co-authored-by: Jordão Bragantini <[email protected]>

* move UltrackArray to separate file to prevent circular inputs

* implemented jordaos review comments

* precommit

* Ultrack Array Refactoring (#107)

* updating docs and typing

* splitting testing

* fixing widget testing

* adding constant to layer name

* Removing constant 5

* refactoring ultrack array to dynamics load any column

* added testing to variable column attribute

* updated UI and added offset

* minor test and combobox changes

* renaming vol to num_pix

* add scale from ultrack metadata

* adding caching

* fixed multi time point loading

* add variable node attributes on config update

* added reset contrast

* pickle not properly excluded from node_attributes list"
"

---------

Co-authored-by: Jordão Bragantini <[email protected]>
@JoOkuma JoOkuma merged commit 45b9744 into main Mar 6, 2025
6 checks passed
@JoOkuma JoOkuma deleted the jookuma/min_area_factor branch March 6, 2025 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

segmentation config min_size is divided by 4 in the code
2 participants