File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ Note about Windows Docker Desktop: it might not br able to completelly finish th
1341343 . Build container: ` docker build https://github.com/IvanKuchin/pancreas_segmentation.git -f docker/Dockerfile -t pancreas_ai `
1351354 . Place a single CT scan in dicom-format into a folder
1361365 . CPU: ` docker run -it --rm -v <path to a CT folder>:/app/perdict pancreas_ai ` (very slow: 10-15 mins)
137- 6 . GPU: ` docker run --gpus 'device=0' -it --rm -v <path to a CT folder>:/app/perdict pancreas_ai ` (requires NVIDIA GPU)
137+ 6 . GPU: ` docker run --gpus 'device=0' -it --rm -v <path to a CT folder>:/app/perdict pancreas_ai ` (requires NVIDIA GPU)
1381387 . Final line in the container output is the probability of having cancer. (0 - cancer-free, 1 - positive)
139139
140140Container size is huge (~ 21 GB). It will take sometime to pull it from registry.
You can’t perform that action at this time.
0 commit comments