mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-21 17:03:00 +00:00
dir: also plot inputs
This commit is contained in:
parent
436ab78438
commit
ad52ae9241
1 changed files with 2 additions and 0 deletions
|
@ -313,6 +313,8 @@ def plot_predictions(filepath, input_items, colormap, model):
|
|||
filepath.replace("$$", str(i)),
|
||||
[
|
||||
# input_tensor,
|
||||
tf.math.reduce_max(input_pair[0][:,:,:-1], axis=-1), # rainfall only
|
||||
input_pair[0][:,:,-1], # heightmap
|
||||
input_pair[1], #label_colourmap,
|
||||
prediction_mask[:,:,1],
|
||||
prediction_colormap
|
||||
|
|
Loading…
Reference in a new issue