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