webknossos
¶
This package package provides methods to modify or interact with WEBKNOSSOS resources.
The core classes and can be created and saved as shown:
Create ✨ | Open/Load 📂 | Save 💾 | Download 📥 | Upload 📤 | |
---|---|---|---|---|---|
Dataset |
Dataset(…) ,Dataset.from_images(…) |
Dataset.open(…) ,Dataset.open_remote(…) |
N/A1 | Dataset.download(…) |
dataset.upload(…) |
Annotation |
Annotation(…) |
Annotation.load(…) |
annotation.save(…) |
Annotation.download(…) 2 |
annotation.upload(…) |
Skeleton |
Skeleton(…) |
Skeleton.load(…) |
skeleton.save(…) |
only in an annotation | only in an annotation |
Additionally, we provide the various geometrical primitives, e.g. Vec3Int
, BoundingBox
and Mag
.
The User
, Project
and Task
classes provide WEBKNOSSOS server interactions for administration purposes.
Server interactions may require authentication e.g. via webknossos_context
.
- Get Help
- Community Forums
- Email Support