mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
dlr predict: comment debug
This commit is contained in:
parent
f0dd9711ed
commit
2edfb1a21f
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ def plot_predictions(filepath, input_items, colormap, model):
|
||||||
# label_colourmap = decode_segmentation_masks(input_pair[1], colormap, 2)
|
# label_colourmap = decode_segmentation_masks(input_pair[1], colormap, 2)
|
||||||
prediction_colormap = decode_segmentation_masks(prediction_mask, colormap, 2)
|
prediction_colormap = decode_segmentation_masks(prediction_mask, colormap, 2)
|
||||||
|
|
||||||
print("DEBUG:plot_predictions INFER", str(prediction_mask.numpy().tolist()).replace("], [", "],\n["))
|
# print("DEBUG:plot_predictions INFER", str(prediction_mask.numpy().tolist()).replace("], [", "],\n["))
|
||||||
|
|
||||||
plot_samples_matplotlib(
|
plot_samples_matplotlib(
|
||||||
filepath.replace("$$", str(i)),
|
filepath.replace("$$", str(i)),
|
||||||
|
|
Loading…
Reference in a new issue