NKI-AI / slidescore-api

Python utilities to interface with SlideScore
Apache License 2.0
3 stars 3 forks source link

Bad JSON form while saving shapely annotations #14

Closed AjeyPaiK closed 2 years ago

AjeyPaiK commented 2 years ago

While downloading the slidescore annotations as shapely objects, the json style is not proper and the saved files cannot be parsed.

Recommend rewriting this function such that the annotations are first appended to a list and then dumped into the json files.