Skip to content
Snippets Groups Projects
Commit 2d3f26a3 authored by Harald Scheidl's avatar Harald Scheidl
Browse files

analyzed system with improved parameters

parent 1ad96370
No related branches found
No related tags found
No related merge requests found
data/words/ data/words/
data/words.txt data/words.txt
data/corpus.txt
src/__pycache__/ src/__pycache__/
model/checkpoint model/checkpoint
model/snapshot-* model/snapshot-*
......
This diff is collapsed.
No preview for this file type
No preview for this file type
No preview for this file type
...@@ -120,7 +120,7 @@ def showResults(): ...@@ -120,7 +120,7 @@ def showResults():
pixelRelevance = np.load(Constants.fnPixelRelevance) pixelRelevance = np.load(Constants.fnPixelRelevance)
plt.figure('Pixel relevance') plt.figure('Pixel relevance')
plt.imshow(pixelRelevance, cmap=plt.cm.jet, vmin=-0.5, vmax=0.5) plt.imshow(pixelRelevance, cmap=plt.cm.jet, vmin=-0.25, vmax=0.25)
plt.colorbar() plt.colorbar()
img = cv2.imread(Constants.fnAnalyze, cv2.IMREAD_GRAYSCALE) img = cv2.imread(Constants.fnAnalyze, cv2.IMREAD_GRAYSCALE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment