The release highlights (www.ilastik.org/download#beta) should hopefully read as huge as this update already is in its very first beta release. Physical pixel size metadata, label explorer, up to 10x raw data viewing speedups 😱❤️🔥
The release highlights (www.ilastik.org/download#beta) should hopefully read as huge as this update already is in its very first beta release. Physical pixel size metadata, label explorer, up to 10x raw data viewing speedups 😱❤️🔥
After a lecture from @ahklemm.bsky.social, it's now time for hands on with @ilastik-team.bsky.social by @benediktbest.bsky.social from Anna Kreshuk's lab and some tracking in the afternoon with #Trackmate from @jytinevez.bsky.social !
After a lecture from @ahklemm.bsky.social, it's now time for hands on with @ilastik-team.bsky.social by @benediktbest.bsky.social from Anna Kreshuk's lab and some tracking in the afternoon with #Trackmate from @jytinevez.bsky.social !
"Copy as path" from Windows Explorer has the issue that it copies "C:\Users\me\path" with single backslashes, which you cannot directly paste as a string in Python.
Unless you make it a raw string:
path = r"C:\Users\me\example.png" # yay, copy-paste works
"Copy as path" from Windows Explorer has the issue that it copies "C:\Users\me\path" with single backslashes, which you cannot directly paste as a string in Python.
Unless you make it a raw string:
path = r"C:\Users\me\example.png" # yay, copy-paste works
I don't know why, but `conda install plotly` in my env consistently failed to solve, while `mamba` worked first try.
I don't know why, but `conda install plotly` in my env consistently failed to solve, while `mamba` worked first try.