You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/documentation.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,12 +87,19 @@ Use `--file_ext .raw` if the data is stored in raw files. The the output data fo
87
87
- If you specify `.n5` the data will be exported to the [bdv.n5 format](https://github.com/bigdataviewer/bigdataviewer-core/blob/master/BDV%20N5%20format.md). It can be opened with BigDataViewer via `Plugins->BigDataViewer->Open XML/HDF5` or with [BigStitcher](https://imagej.net/plugins/bigstitcher/) as described [here](https://imagej.net/plugins/bigstitcher/open-existing).
88
88
- If you specify `.ome.zarr` the data will be exported to the [ome.zarr format](https://ngff.openmicroscopy.org/).
89
89
90
-
`flamingo_tools.run_segmentation`: To segment cells in volumetric light microscopy data.
90
+
`flamingo_tools.run_segmentation`: To segment cells in volumetric light microscopy data. You can use this command as follows:
Here, `-m` determines which model is used. See also [available models](#available-models).
95
+
To use a custom trained model you can use the argument `--checkpoint_path` (`-c`).
91
96
92
-
`flamingo_tools.run_detection`: To detect synapses in volumetric light microscopy data.
97
+
`flamingo_tools.run_detection`: To detect synapses in volumetric light microscopy data. The command is used similarly to `flamingo_tools.run_segmentation`.
93
98
94
99
For more information on any of the command run `flamingo_tools.<COMMAND> -h` (e.g. `flamingo_tools.run_segmentation -h`) in your terminal.
95
100
101
+
We will add additional command line functionality soon.
102
+
96
103
### Python Library
97
104
98
105
CochleaNet's functionality is implemented in the `flamingo_tools` python library. It implements:
0 commit comments