Closed HagegeR closed 9 months ago
Probably it can be a nice feature. Could you please estimate how much your annotation speed can be improved if the feature will be implemented?
well it will depend on the kind of annotation that will be done and on how accurate we want it to be, but I think it will be anywhere between 4 and 10 times faster on segmentation work.
Can you give an update about the status of this feature? Is there any chance to see a watershed tool in the near future?
Hey, I have this feature implemented with python on my forked version of an older version of this repo.
I can use it to write this feature using OpenCV.js
. I'll take this on myself.
Hey, I have this feature implemented with python on my forked version of an older version of this repo. I can use it to write this feature using
OpenCV.js
. I'll take this on myself.
Hey, I'm also interested in this feature. Did you start with the implementation already? Do you need support? I would also be interested in the python implementation. Do you have it online somewhere or would you share it?
Hey, I have this feature implemented with python on my forked version of an older version of this repo. I can use it to write this feature using
OpenCV.js
. I'll take this on myself.Hey, I'm also interested in this feature. Did you start with the implementation already? Do you need support? I would also be interested in the python implementation. Do you have it online somewhere or would you share it?
Hey @car0lin3d, yes I've started, but in slow progress. This is the first time I do thing in typescript so I need to gain some confidence.
I have the python implementation on github on this link (This is only the implementation of the watershed, but the transferring of the markers from the UI to the backend is located over the repo)
We have SAM now. It is much better than classic CV algorithms and we will integrate new. So, I do not consider the issue relevant anymore.
First of all, very impressive work,
I wanted to know if you could implement a watershed segmentation option, a little bit like that:
https://github.com/abreheret/PixelAnnotationTool
the main backend function is simply watershed from opencv
it would be needed to add a "brushing" interaction with the canvas and a button to run the watershedding