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 30, 2024
1 parent e2cb049 commit 56079e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,8 @@ We will switch to our model, this will significantly save on inference time.
1. Install [docker](https://docs.docker.com/engine/install/)
2. Run any terminal. It is required to get the prediction probability
3. Place a single CT scan in dicom-format into a folder
4. CPU: `docker run -it --rm -v <path to a CT folder>:/app/perdict _______`
4. CPU: `docker run -it --rm -v <path to a CT folder>:/app/perdict _______` (very slow: 10-15 mins)
5. GPU: `docker run --gpus 'device=0' -it --rm -v <path to a CT folder>:/app/perdict _______`
6. Wait about 10-15 mins
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 56079e6

Please sign in to comment.