-
Notifications
You must be signed in to change notification settings - Fork 3
annotation_applications
Takumi Ando edited this page Aug 31, 2023
·
2 revisions
- https://github.com/qupath/qupath
- Annotation data need to be exported as json file by custom groovy script like below.
def annotations = getAnnotationObjects()
boolean prettyPrint = true
def gson = GsonTools.getInstance(prettyPrint)
new File("annotation.json").write(gson)
- https://www.hamamatsu.com/jp/ja/product/life-science-and-medical-systems/digital-slide-scanner/U12388-01.html
- wsiprocess understands the annotation title as its label.