Peter Sobolewski
Peter Sobolewski
I can reproduce this too -- was about to open an issue when I spotted this one. Latest Chrome 119.0.6045.159 (Official Build) (arm64) macOS Sonoma (14.1.1) arm64:  Same on...
For 3D, SAM2 seems promising: https://https//arxiv.org/abs/2408.00756
Just for the record: M1 Max Sonoma 14.7 torch 2.2.2 numpy 1.26.4 napari 0.5.4 (info below) ``` =================================== FAILURES =================================== ___________ TestPromptBasedSegmentation.test_segment_from_mask_tiled ___________ self = def test_segment_from_mask_tiled(self): > self._test_segment_from_mask( self.predictor_tiled,...
Can you clarify which part of the instructions didn't work or wasn't clear? https://github.com/stardist/stardist#apple-silicon
I'm still on tensorflow-macos 2.5, but on Monterey. ``` x = np.tile(test_image_nuclei_2d(),(4,4)) model = StarDist2D.from_pretrained("2D_versatile_fluo") y, _ = model.predict_instances(normalize(x)) ``` works: Interestingly, on Big Sur I had issues with larger...
Re: Windows, I have no idea. ...but officially from Apple, the TF-macos and TF-metal are only for macOS 12... I used them both on Big Sur a lot, but maybe...
Ok, so I tested using the code you posted on image.sc and using my own large image (a stitched mosaic 3899, 6811). On macOS 12 Monterey, both TF 2.5 and...
Perhaps the README just needs to be updated that only macOS 12 is supported on arm64? I'm not sure how this behaves on x86, but Apple is pretty clear about...
Any chance that this is trying to set `int64`? Pretty sure the Apple Silicon GPU doesn't support double precision.
So with the cell commented out: I should get a crash? Doing Run All works fine and results seem correct... I've uncommented and everything is also fine. I suspect this...