mirror of
https://github.com/13hannes11/focus_annotator.git
synced 2024-09-03 23:21:01 +02:00
Fix neighbours in readme
This commit is contained in:
committed by
GitHub
parent
1ea765d0a3
commit
0896ad1a0a
@@ -86,9 +86,11 @@ The json file contains a list of unamed objets. Each object corresponds to one f
|
|||||||
|
|
||||||
Each individual image has an `image_path` (mandatory), and **8** (!) `neighbours` (which are allowed to be set to `null`). Neighbours are represented indexed the following way:
|
Each individual image has an `image_path` (mandatory), and **8** (!) `neighbours` (which are allowed to be set to `null`). Neighbours are represented indexed the following way:
|
||||||
|
|
||||||
|
```
|
||||||
0 1 2
|
0 1 2
|
||||||
3 - 4
|
3 - 4
|
||||||
5 6 7
|
5 6 7
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
You are allowed to store additional data in focus stack objects (and image objects) and this should be preserved when using the tool, however, make sure to back up the metadata file before using the tool.
|
You are allowed to store additional data in focus stack objects (and image objects) and this should be preserved when using the tool, however, make sure to back up the metadata file before using the tool.
|
||||||
|
|||||||
Reference in New Issue
Block a user