Skip to content

Commit 2c3be97

Browse files
Update readme for 0.10.4
1 parent bb6777f commit 2c3be97

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Volume Segmentation Tool is a python based tool that utilizes deep learning to p
1616

1717
Based on [Pytorch](https://pytorch.org/) backend. Includes a [Gradio](https://www.gradio.app/) based graphical user interface.
1818

19-
The desired images are 8bit or 16bit grey scale 3D tif/hdf as commonly generated by electron microscopes. The desired labels are either binary mask where 0 is background and 1 is foreground (semantic), or each value represent a different object (instance).
19+
The desired images are 8bit or 16bit grey scale 3D tif/hdf as commonly generated by electron microscopes. The desired labels are either binary mask where 0 is background and 1 is foreground (semantic), or each value represent a different object (instance).
2020

2121
This tool does __not__ support 2D image segmentation, nor colorful image segmentation. In which case you should consider [ilastik](https://www.ilastik.org/)
2222
or [Trainable Weka Segmentation](https://imagej.net/plugins/tws/) or [nnUNet](https://github.com/MIC-DKFZ/nnUNet).
@@ -46,7 +46,6 @@ or [Trainable Weka Segmentation](https://imagej.net/plugins/tws/) or [nnUNet](ht
4646

4747
- Does not support 2D images, nor images with colours (grey scale only)
4848
- Since it's based on Deep Learning, the tool needs to be used with a discrete GPU
49-
- It's possible to run this tool without a discrete GPU, however it will run __extremely__ slowly
5049
- Recommended minimal GPU requirement: 4GB of Video Memory, made by Nvidia or AMD
5150
- Since it's based on Deep Learning, the user has to create training samples to train the network before it could perform segmentation
5251
- For more information, please see [Tutorials](#tutorials).

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h1>Volume Segmentation Tool with GUI</h1>
7474

7575
<p>Supporting Operating Systems includes: Windows and Linux.</p>
7676

77-
<h2>Download Link (latest release: 0.10.2): <a href="https://github.com/fgdfgfthgr-fox/Volume_Seg_Tool/releases/download/v0.10.3/VST.Release.v0.10.3.7z">Link</a></h2>
77+
<h2>Download Link (latest release: 0.10.4): <a href="https://github.com/fgdfgfthgr-fox/Volume_Seg_Tool/releases/download/v0.10.4/VST.Release.v0.10.4.7z">Link</a></h2>
7878

7979
<h2>Latest change</h2>
8080

docs/sourcemd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ VST is also available with [SBGrid](https://sbgrid.org/software/titles/vst)!
66

77
Supporting Operating Systems includes: Windows and Linux.
88

9-
## Download Link (latest release: 0.10.2): [Link](https://github.com/fgdfgfthgr-fox/Volume_Seg_Tool/releases/download/v0.10.3/VST.Release.v0.10.3.zip)
9+
## Download Link (latest release: 0.10.4): [Link](https://github.com/fgdfgfthgr-fox/Volume_Seg_Tool/releases/download/v0.10.4/VST.Release.v0.10.4.zip)
1010

1111
## Latest change
1212

0 commit comments

Comments
 (0)