mirror of
https://github.com/sectra-medical/dpat_imageanalysisapi_sdk.git
synced 2026-03-23 20:27:01 +00:00
[GH-ISSUE #3] python example: showcase background processing best practices #3
Labels
No labels
bug
enhancement
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sectra-medical/archived-dpat-imageanalysisapi-sdk#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sectra-masve on GitHub (Jan 15, 2024).
Original GitHub issue: https://github.com/sectra-medical/dpat_imageanalysisapi_sdk/issues/3
@daangeijs commented on GitHub (Jul 15, 2024):
Hi, I'm currently implementing this API and I would like to know if you could already have an answer/example to this point:
save a preliminary result to give user feedback that something is happeningIs it possible to update some sort of status field. Currently I have a hard time understanding how I let the user know what the progress of the request process is.
I'm using it for WholeSlide analysis combined with the 'imagenotification' endpoint and would like to know from which flavours to pick to show the status of my algorithm. Currently from the API documentation it is only clear to me how to post results as 'annotation' e.g. polygons.
@sectra-masve commented on GitHub (Oct 2, 2024):
Sorry @daangeijs for the late reply. My intent is to recommend creating a polygon. Currently working on the details of appropriate placement/size etc. The label text of polygons can be updated, and thus the text is where I suggest progress reports are sent.
@sectra-masve commented on GitHub (Oct 2, 2024):
Here's an excerpt of the relevant code, creating a rectangle polygon surrounding the entire slide with the label top-right:
@sectra-masve commented on GitHub (Nov 20, 2024):
Since there is now a full example in #7 which will be merged soon, I'll close this issue.