-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add document for how to export annotations from webknossos
- Loading branch information
Jingjing Wu
committed
Nov 1, 2024
1 parent
d6e82b4
commit 6477da8
Showing
5 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Export Annotations from Webknossos | ||
|
||
The following steps provide instructions for downloading annotations from webknossos. | ||
|
||
1. Go to Annotations tab and click open on target annotation | ||
|
||
|
||
![](img/webknossos_annotation.png) | ||
|
||
2. Click on Download on dropdown menu | ||
|
||
![](img/download.png) | ||
|
||
3. Select "Include volume annotations as WKW" on pop out box and click on Download | ||
|
||
![](img/download2.png) | ||
|
||
4. Unzip downloaded annotation file | ||
|
||
5. Unzip data_Volume.zip under annotation folder | ||
|
||
![](img/data_volume.png) | ||
|
||
6. Run Script webknossos_annotation.py to save into ome.zarr format following czyx direction. | ||
|
||
|