-
Notifications
You must be signed in to change notification settings - Fork 10
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
Fix Tracking Layer #286
Fix Tracking Layer #286
Commits on Dec 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c32e078 - Browse repository at this point
Copy the full SHA c32e078View commit details -
Use map_array function again in generate_cluster_image() function
* The generate_cluster_tracks() function did not work with the version without map_array * A unit test is added to proof this
Configuration menu - View commit details
-
Copy full SHA for c5cfc5f - Browse repository at this point
Copy the full SHA c5cfc5fView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 2d3bee9 - Browse repository at this point
Copy the full SHA 2d3bee9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca7d904 - Browse repository at this point
Copy the full SHA ca7d904View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 9b7c9cc - Browse repository at this point
Copy the full SHA 9b7c9ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02c4046 - Browse repository at this point
Copy the full SHA 02c4046View commit details -
Replace pyclesperanto by pyclesperanto-prototype in test_and_deploy.y…
…ml to enable related unit test
Configuration menu - View commit details
-
Copy full SHA for 89c5aa7 - Browse repository at this point
Copy the full SHA 89c5aa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f5cfd8 - Browse repository at this point
Copy the full SHA 3f5cfd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4f5ca6 - Browse repository at this point
Copy the full SHA c4f5ca6View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 23414ac - Browse repository at this point
Copy the full SHA 23414acView commit details
Commits on Dec 14, 2023
-
Reverting changes to generate_cluster_image, combining tests in one f…
…ile and removing tests that are covered elsewhere
Configuration menu - View commit details
-
Copy full SHA for a7fdcaa - Browse repository at this point
Copy the full SHA a7fdcaaView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 86bd608 - Browse repository at this point
Copy the full SHA 86bd608View commit details -
Adapt unit test test_generate_cluster_tracks()
* The unit test before had two time frames containing each a 3d image. Both 3d images contained *all* labels that occur in the full timelapse * The unit test now has two time frames containing each a 3d image. The 3d image of the first timeframe now does not contain all labels that occur in the full timelapse.
Configuration menu - View commit details
-
Copy full SHA for 1d952d7 - Browse repository at this point
Copy the full SHA 1d952d7View commit details -
Replace int(np.max(label_image)) with len(predictionlist) in generate…
…_cluster_image function * int(np.max(label_image)) could lead to an index out of bounds error, in case where a single timeframe does not contain all labels of the complete timelapse
Configuration menu - View commit details
-
Copy full SHA for b6e5f60 - Browse repository at this point
Copy the full SHA b6e5f60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a0cf33 - Browse repository at this point
Copy the full SHA 3a0cf33View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 708a31a - Browse repository at this point
Copy the full SHA 708a31aView commit details -
Add generate_cluster_image_old again as generate_cluster_image and re…
…name generate_cluster_image to generate_cluster_image_new
Configuration menu - View commit details
-
Copy full SHA for d037baf - Browse repository at this point
Copy the full SHA d037bafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5957977 - Browse repository at this point
Copy the full SHA 5957977View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 4db404f - Browse repository at this point
Copy the full SHA 4db404fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71791a1 - Browse repository at this point
Copy the full SHA 71791a1View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for c657bbc - Browse repository at this point
Copy the full SHA c657bbcView commit details -
probably python max is faster as it does not need to convert the list…
… to an numpy array first.
Configuration menu - View commit details
-
Copy full SHA for d14e116 - Browse repository at this point
Copy the full SHA d14e116View commit details -
label_image is always a numpy array. calling its max() method is fast…
…er then using np.max()
Configuration menu - View commit details
-
Copy full SHA for 68751a7 - Browse repository at this point
Copy the full SHA 68751a7View commit details