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(…),RemoteDataset.open(…) |
N/A1 | RemoteDataset.download(…) |
dataset.upload(…) |
Annotation |
Annotation(…) |
Annotation.load(…) |
annotation.save(…) |
Annotation.download(…)2 |
annotation.upload(…) |
Additionally, we provide the various geometrical primitives, e.g. Vec3Int, BoundingBox and Mag.
The User, Team, 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