steinbock
steinbock copied to clipboard
Dockerized multi-channel image processing framework
Hi, I have been working through your pipeline and have passed my .tiff images extracted from raw .mcd files to deepcell for object segmentation via steinbock. In my panel file,...
deepcell command is not found for the most updated steinbock package (0.15.0)
There are few issues running steinbock: Once I have # Select a random image rng = np.random.default_rng() ix = rng.choice(len(segstacks)) I see a value error (ValueError: a must be a...
@MureziCapaul
``` ERROR steinbock.preprocessing.imc - Error reading file raw/20220819_MC_NSCLCTcellexh_87C_1/20220819_MC_NSCLCTcellexh_87C_1/20220819_MC_NSCLC_Tcellexh_87C_1.mcd: sequence item 0: expected str instance, PosixPath found Traceback (most recent call last): File "/app/steinbock/steinbock/preprocessing/imc.py", line 341, in _try_preprocess_mcd_images_from_disk recovery_txt_file = _match_txt_file(...
nuclear segmentation followed by a simple user defined mask expansion would be a nice feature for future releases.
Hey, I came around to test the similarity between the CellProfiler neighbour detection approach (mask expansion) to `steinbock measure neighbors --type expansion --dmax `. This is just for documentation purposes...