Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanKuchin authored Dec 31, 2024
1 parent 0016cf1 commit 760775e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <path to a CT folder>:/app/perdict pancreas_ai` (very slow: 10-15 mins)
6. GPU: `docker run --gpus 'device=0' -it --rm -v <path to a CT folder>:/app/perdict pancreas_ai`(requires NVIDIA GPU)
6. GPU: `docker run --gpus 'device=0' -it --rm -v <path to a CT folder>:/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.
Expand Down

0 comments on commit 760775e

Please sign in to comment.