Skip to content

Why are my annotations not saved? #109

@delta2golf

Description

@delta2golf

Annotation is added, but it is not saved, is there any save function that I am missing?

qp = QuPathProject(project_path, 'r+')

image = qp.images[4]

square = Polygon([[0, 0], [0, 1000], [1000, 1000], [1000, 0]])

image.hierarchy.add_annotation(square)

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions