You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it is better to split this function into separate chunks:
one overall function that get a single frame from tiled
ship the frame (or frames) to the segment function. in the segment function we run qlty internally, segment stuff and return back in image in the right shape.
push results back via tiled
I will write step 2 right now
The text was updated successfully, but these errors were encountered:
Yes @phzwart with the latest PR #18 the previous segment function has been replaced with the new function which takes a single frame and run qlty internally. Writing back to tiled is one line of code so it does not hurt too much to have part 3 with 2 to my opinion.
Please let me know if you have additional concerns for this issue, and I am happy to address.
mlex_dlsia_segmentation_prototype/src/seg_utils.py
Line 342 in 87539a9
I think it is better to split this function into separate chunks:
I will write step 2 right now
The text was updated successfully, but these errors were encountered: