fepegar commited on
Commit
7490e4f
·
1 Parent(s): fc4356a

Remove plotting from README

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -81,10 +81,10 @@ The plotted slices intersect a lung nodule near the heart.
81
  >>> image = load_sample_ct()
82
  >>> image
83
  ScalarImage(shape: (1, 512, 512, 139); spacing: (0.76, 0.76, 2.50); orientation: LPS+; dtype: torch.IntTensor; memory: 139.0 MiB)
84
- >>> nodule_indices_ct = 180, 341, 76
85
- >>> image.plot(indices=nodule_indices_ct)
86
  ```
87
 
 
 
88
  ![Input CT](assets/input.png)
89
 
90
  Now, let's instantiate the model and processor.
 
81
  >>> image = load_sample_ct()
82
  >>> image
83
  ScalarImage(shape: (1, 512, 512, 139); spacing: (0.76, 0.76, 2.50); orientation: LPS+; dtype: torch.IntTensor; memory: 139.0 MiB)
 
 
84
  ```
85
 
86
+ The image looks like this:
87
+
88
  ![Input CT](assets/input.png)
89
 
90
  Now, let's instantiate the model and processor.