We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I am ex=ncountering this error while stardist image processing. Any idea what might be causing this error?
Traceback (most recent call last): File "/rsrch5/home/neuro_rsrch/apirani/2024_11_07_Enact_Demo/enact_915422.py", line 9, in so_hd.run_enact() File "/home/apirani/.local/lib/python3.10/site-packages/enact/pipeline.py", line 999, in run_enact cell_labels, cell_polys = self.segment_cells(image=wsi_norm) File "/home/apirani/.local/lib/python3.10/site-packages/enact/pipeline.py", line 318, in segment_cells labels, polys = self.stardist_model.predict_instances_big( File "/home/apirani/.local/lib/python3.10/site-packages/stardist/models/base.py", line 930, in predict_instances_big blocks = BlockND.cover(img.shape, axes, block_size, min_overlap, context, grid) File "/home/apirani/.local/lib/python3.10/site-packages/stardist/big.py", line 448, in cover cover_1d = [Block.cover(*args) for args in zip(shape, block_size, min_overlap, context, grid)] File "/home/apirani/.local/lib/python3.10/site-packages/stardist/big.py", line 448, in cover_1d = [Block.cover(args) for args in zip(shape, block_size, min_overlap, context, grid)] File "/home/apirani/.local/lib/python3.10/site-packages/stardist/big.py", line 186, in cover assert 0 <= min_overlap+2context < block_size <= size AssertionError
The text was updated successfully, but these errors were encountered:
Mena-SA-Kamel
No branches or pull requests
Hi, I am ex=ncountering this error while stardist image processing. Any idea what might be causing this error?
Traceback (most recent call last):
File "/rsrch5/home/neuro_rsrch/apirani/2024_11_07_Enact_Demo/enact_915422.py", line 9, in
so_hd.run_enact()
File "/home/apirani/.local/lib/python3.10/site-packages/enact/pipeline.py", line 999, in run_enact
cell_labels, cell_polys = self.segment_cells(image=wsi_norm)
File "/home/apirani/.local/lib/python3.10/site-packages/enact/pipeline.py", line 318, in segment_cells
labels, polys = self.stardist_model.predict_instances_big(
File "/home/apirani/.local/lib/python3.10/site-packages/stardist/models/base.py", line 930, in predict_instances_big
blocks = BlockND.cover(img.shape, axes, block_size, min_overlap, context, grid)
File "/home/apirani/.local/lib/python3.10/site-packages/stardist/big.py", line 448, in cover
cover_1d = [Block.cover(*args) for args in zip(shape, block_size, min_overlap, context, grid)]
File "/home/apirani/.local/lib/python3.10/site-packages/stardist/big.py", line 448, in
cover_1d = [Block.cover(args) for args in zip(shape, block_size, min_overlap, context, grid)]
File "/home/apirani/.local/lib/python3.10/site-packages/stardist/big.py", line 186, in cover
assert 0 <= min_overlap+2context < block_size <= size
AssertionError
The text was updated successfully, but these errors were encountered: