Skip to content
Snippets Groups Projects
Commit f37cbc71 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 9908d5cd
Branches
No related tags found
No related merge requests found
......@@ -758,6 +758,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
print('OPD done')
data = np.stack([bt_us, refl_us, refl_sub_lo, refl_sub_hi, refl_sub_std, cld_opd_us], axis=3)
print('INPUT: ', data.shape)
cld_opd_sres = nn.run_evaluate(data, ckpt_dir)
cld_opd_sres = descale(cld_opd_sres, label_param, mean_std_dct)
......@@ -780,7 +781,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
if out_file is not None:
# np.save(out_file, (cld_opd_sres_out, refl_out, cld_opd_out, cld_opd_hres))
np.save(out_file, (cld_opd_sres_out, refl_us, cld_opd_us, cld_opd_us))
np.save(out_file, cld_opd_sres_out)
else:
return cld_opd_sres_out, bt, refl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment