Hi,
Thanks a lot for all your work! It's very nice browsing through your open source code. :)
The segmenter being quite expensive to run on a lot of images, I'd like to run it on a machine with more resources after exporting the images, without any open connection to the planktoscope.
Browsing through the backend, it feels like I could work on an alternative version of the SegmenterProcess class where I'd ignore all the MQTT parts and client setup, and only focus on the skimage processes. So I think basically taking _slice_image() and running it outside of the class/writing a new shorter one.
I was just wondering if you think that's a good idea, or if you'd have a better solution?
Thanks a lot!
Hi,
Thanks a lot for all your work! It's very nice browsing through your open source code. :)
The
segmenterbeing quite expensive to run on a lot of images, I'd like to run it on a machine with more resources after exporting the images, without any open connection to the planktoscope.Browsing through the backend, it feels like I could work on an alternative version of the
SegmenterProcessclass where I'd ignore all the MQTT parts and client setup, and only focus on the skimage processes. So I think basically taking_slice_image()and running it outside of the class/writing a new shorter one.I was just wondering if you think that's a good idea, or if you'd have a better solution?
Thanks a lot!