issues
search
NKI-AI
/
ahcore
Ahcore is the AI for Oncology core computational pathology toolkit
Apache License 2.0
15
stars
1
forks
source link
Proposal for new writer callback
#46
Closed
jonasteuwen
closed
7 months ago
jonasteuwen
commented
10 months ago
I am trying to write a new writer callback.
It uses queues to store the tiles
It uses semaphores to not get too many queue
It should be generic for a writer as long as there is a consume
jonasteuwen
commented
7 months ago
Completed.
I am trying to write a new writer callback.