Skip to content

Instantly share code, notes, and snippets.

View SachidanandAlle's full-sized avatar

SACHIDANAND ALLE SachidanandAlle

View GitHub Profile
@SachidanandAlle
SachidanandAlle / import_asap_in_qupath.groovy
Created September 28, 2022 06:31
Import ASAP xml into QuPath
import qupath.lib.scripting.QP
import qupath.lib.geom.Point2
import qupath.lib.roi.PolygonROI
import qupath.lib.objects.PathAnnotationObject
import qupath.lib.images.servers.ImageServer
def server = QP.getCurrentImageData().getServer()
def hierarchy = QP.getCurrentHierarchy()
openapi: 3.0.0
info:
title: AI Annotation Assistance server API
description: >-
NVIDIA Deep Learning for Medical Imaging. Artificial Intelligence
Annotation Assistance server API specification. This specification defines
the inferencing and smart polygon API.
version: '0.1'
paths:
/v1/models: