Conversation
|
@ethanjli could you have a look at this? in particular the changes / comments on Python dev tooling highlights potentially serious issues in the segmenter code, I don't feel comfortable yet fixing it myself. Who could have a look? See https://github.com/PlanktoScope/PlanktoScope/actions/runs/15611242646/job/43972432697?pr=644 |
The one flagged error which is (very!) concerning to me is about ineffectual assignment to local variable
For all other flagged unused local variables ( |
|
hello the initial prototype was done as a matlab code with way to proceed way more simple (in code) and way more efficient (into not doing mistake). for sake of communication, simplicity and communication I would recomand to go back to this kind of design to simplify life |
|
the only complicated thing in there is the background calculation where I use 4th dimension matrixes (images in 2d; 3 layers of colors + 5 images to do the median); all my trials and errors are in comments |
Todo