-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:royerlab/ultrack into main-public
- Loading branch information
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# REFACTOR: | ||
- merge multiple solver classes methods into constructor to make a single deeper function | ||
|
||
# TODO: | ||
- IMPORTANT: free nodes after each hierarchy insertation to database and measure performance. | ||
- IMPORTANT: refactor widget to use a tab per option (segment, link, track) | ||
- add warning when DB already contains data. | ||
- create homepage/docs. | ||
- document config | ||
- document database | ||
- option to lock segmentations from hypothesis viz widget | ||
|
||
# NOTES: | ||
- heuristic optimizer: | ||
- add monte-carlo (probabilist) moves into local search function | ||
- local search by removing a node and trying to add its overlapping nodes | ||
|
||
- slurm: | ||
- segment: 1hr 30min, 790 jobs | ||
- link: 30min, 789 jobs | ||
- track 1st: 2hr 30min, 8 jobs of 100 time points + overlap | ||
- track 2nd: 2hr, 8 jobs of 100 time points + overlap | ||
- export: 20min | ||
- total: about 7 hours | ||
- NOTES: | ||
- fix window overlap sql solution update by adding parents only when it already exists on solution | ||
- segment step memory usage must be improved, with Daxi dataset it's using about 100GB per frame | ||
- tracks should be divided into smaller chunks | ||
- reduce tracking model build time with vector variables | ||
|
||
# ARTICLE: | ||
- experiments comparing tracking results from essemble of connected components, watershed, cellpose, stardist vs their accuracy alone; | ||
- experiments comparing results from binary contour (their own algorithm post processing) vs contour obtained from network output directly; | ||
- cell-tracking challenge benchmark; | ||
- qualitative results our dataset and jan funke datasets; |
This file contains 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