tbuyuktanir commited on
Commit
0e6faa2
·
verified ·
1 Parent(s): 7d54600

Update stain_normalization.py

Browse files
Files changed (1) hide show
  1. stain_normalization.py +2 -2
stain_normalization.py CHANGED
@@ -56,7 +56,7 @@ def normalize_stain(source_wsi_file, output):
56
  plt.axis("off")
57
  plt.tight_layout()
58
  # plt.show()
59
- img = plt.savefig('tmp/test.png')
60
- image = Image.open('tmp/test.png')
61
  numpy_array = np.array(image)
62
  return numpy_array
 
56
  plt.axis("off")
57
  plt.tight_layout()
58
  # plt.show()
59
+ img = plt.savefig('images/test.png')
60
+ image = Image.open('images/test.png')
61
  numpy_array = np.array(image)
62
  return numpy_array