diff --git a/README.md b/README.md index 61f7e95..79df5cb 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ Note about Windows Docker Desktop: it might not br able to completelly finish th 3. Build container: `docker build https://github.com/IvanKuchin/pancreas_segmentation.git -f docker/Dockerfile -t pancreas_ai` 4. Place a single CT scan in dicom-format into a folder 5. CPU: `docker run -it --rm -v :/app/perdict pancreas_ai` (very slow: 10-15 mins) -6. GPU: `docker run --gpus 'device=0' -it --rm -v :/app/perdict pancreas_ai`(requires NVIDIA GPU) +6. GPU: `docker run --gpus 'device=0' -it --rm -v :/app/perdict pancreas_ai` (requires NVIDIA GPU) 7. Final line in the container output is the probability of having cancer. (0 - cancer-free, 1 - positive) Container size is huge (~21 GB). It will take sometime to pull it from registry.