Eric Jelli
Eric Jelli
Yes, it is skipped since pytorch couldn't find CUDA on the GitHub action machine.
I experienced the same problem while training from RGB image to RGB image. The CLI flag ``` --label_nc 0 ``` solved the problem for me.
It also does not work with `webknossos`. With Python 3.9 I get: ``` TypeError: Invalid first argument to `register()`. typing.Literal['color', 'segmentation'] is not a class. ``` for a simple: ```python...
What do other people with already existing PyPi forks think? @marcown , @benedikt-karrasch , @nsetzer , @nick-setzer-simplisafe * ~~https://pypi.org/project/imgaug3 -> https://github.com/nsetzer/imgaug~~ * ~~https://pypi.org/project/imgaug-denk -> https://github.com/marcown/imgaug~~ Would you join the effort?...
I created the PyPi package [imaug](https://pypi.org/project/imaug/) which should work for most people as a drop-in replacement of the `imgaug` package. See * [Repository](https://github.com/imaug/imaug/) * [Changelog](https://github.com/imaug/imaug/releases/tag/0.4.1) * [Documentation](https://imaug.readthedocs.io/en/latest/) * [GitHub organization](https://github.com/imaug)...
ping @jrapin Any thoughts on this?
@kramamurthi > Is there a plan to merge this fix ? you might want to have a look at a [message](https://github.com/aleju/imgaug/issues/824#issuecomment-1329632435) from aleju (the author of this library) quite some...
In the current form, `python cellpose/contrib/cluster_script.py` runs end-to-end (incl. test data download, segmentation, merging, saving) in approximately 8 mins if the requested compute resources are immediately available. Looking forward to...