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: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ We welcome feedback via GitHub issues.
19
19
20
20
## Usage/Installation
21
21
22
-
**For really making use of SIPEC, your machine should have a powerful GPU.
22
+
**For using SIPEC, your machine should have a powerful GPU.
23
23
We have tested the scripts with NVIDIA GTX 1080, NVIDIA GTX 2080 Ti and V100 GPUs.**
24
24
25
25
### Docker
@@ -38,7 +38,7 @@ docker pull chadhat/sipec:tf2
38
38
39
39
**Note:** In order to run docker without `sudo` you would need to create a docker group and add your user to it. Please follow the instructions on: [https://docs.docker.com/engine/install/linux-postinstall/](https://docs.docker.com/engine/install/linux-postinstall/)
40
40
41
-
The docker image contains the environment and SIPEC scripts.
41
+
The docker image contains the environment, sample data and SIPEC scripts.
42
42
43
43
### Environment installation
44
44
@@ -47,7 +47,7 @@ These instructions have been tested on Ubuntu 20.04 but would most likely also w
47
47
48
48
#### Step 1: Install Cuda 11.0.3
49
49
50
-
Download and install Cuda 11.We have tested the setup with cuda 11.0.3.
50
+
Download and install Cuda 11.0.3 (We have tested the setup with this cuda version).
51
51
52
52
After the installation is finised run `nvcc --version` to check the installed cuda version.
53
53
@@ -69,7 +69,6 @@ chmod +x setup.sh
69
69
```
70
70
The script will ask you for the root password.
71
71
72
-
73
72
#### Step 4:
74
73
The script `setup.sh` has created a virtual environment named `env` in the repository folder.
75
74
Activate the environment by executing:
@@ -89,7 +88,7 @@ python segmentation.py --help
89
88
90
89
You can run these template pipelines for training or evaluation of SIPEC networks.
91
90
92
-
If your system has multiple GPUs, the ```--gpu``` flag allows you to run a script on a specific GPU while keeping other GPUs free to run other scripts.
91
+
If your system has multiple GPUs, the `--gpu` flag allows you to run a script on a specific GPU while keeping other GPUs free to run other scripts.
93
92
94
93
Here are some example command line usages of the pipeline
0 commit comments