Peter Sobolewski

Results 193 comments of Peter Sobolewski

Seems like this may help solve the issue? https://github.com/eugeneware/ffmpeg-static/issues/35#issuecomment-631003066 ...at least in case of ffmpeg-static.

This recently came up on the image.sc forums. First off, CUDA is nVidia technology Apple doesn't support. It's not available on M1 at all. You can run `cellpose` on M1...

OK, the `test_meshio` tests: `FAILED io/tests/test_io.py::test_meshio - ValueError: write_mesh does not und...` were due to not having `meshio` installed. After installing they pass. Also, if I manually run pytest on...

@djhoese Asked me to run the full tests on macOS, related to the test failure I observed in one of the sub-sections. One thing that is positive is that emulated...

This is just the base version right? so for [lif] or [czi] one would still use pip?

Checking out m2stitch and https://github.com/labsyspharm/ashlar have long been on my to-do list. Thinking aloud, I think there is room for quick-n-dirty put tile together preview of mosaics—as long as it...

> You could do this today if you wanted to now that we are storing the `AICSImage` object in the layer metadata. Granted, it will be the inaccurate stitch. But...

I've figured out the problem—I think. I'm going to outline my observations and thought process for future reference for anyone interested—I'm not yet sure how to really do this in...

https://github.com/napari/napari/pull/4928 has been merged, can we close this @jni?

Oddly, I'm now getting this error in my default napari env whenever I switch to 3D mode. Even with trivial things like `viewer.add_image(np.random.rand(50, 50, 50), scale=[.5, .5, .5])` So it's...