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
Our final model checkpoint is provided at `outputs/checkpoint_1000000.pth.tar`.
32
32
33
33
## Visualiztion
34
34
35
-
Visualing predictions is done with neuroglancer. To load a volume and its segmentation, modify the file `scripts/ng.py`, then run `python -i scripts/ng.py`. A link to view neuroglancer will open. If running on a remote cluster, please note that port forwarding will be necessary to view on your machine. The `screnshot()` function can be used to take high-resolution screenshots of the neuroglancer representation.
35
+
Visualing predictions is done with neuroglancer. To load a volume and its segmentation, modify the file `scripts/ng.py`, then run `python -i scripts/ng.py`. A link to view neuroglancer will open. If running on a remote cluster, please note that port forwarding will be necessary to view on your machine. The `screenshot()` function can be used to take high-resolution screenshots of the neuroglancer representation.
36
36
37
37
Further documentation for both functions is contained in `tools/process.py`
38
38
39
39
## Sample
40
40
41
-
A small sample is prepared in the `sample` directory. `11-5` shows a small inter-neuron region with an assortment of large vesicles. Neuroglancer scripts that display the CLAHE-enhanced images, neuron mask, ground truth, and predictions with the final model checkpoints are prepared in `sample/11-5_ng.py`.
41
+
A small sample is prepared in the `sample` directory. `7-13` shows a small soma region with large vesicles. To generate large vesicle predictions in the regionm, run the following command from within the root directory:
42
+
43
+
`python tools/process.py`
44
+
45
+
After inference, a neuroglancer script that display the CLAHE-enhanced images, neuron mask, ground truth, and predictions with the final model checkpoints can be viewed by running `sample/ng.py` from within the root directory.
0 commit comments