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

snapshot...

parent d3d9fbed
Branches
No related tags found
No related merge requests found
...@@ -926,7 +926,8 @@ class SRCNN: ...@@ -926,7 +926,8 @@ class SRCNN:
print('data in: ', data.shape) print('data in: ', data.shape)
cld_opd_sres = self.do_inference(data) cld_opd_sres = self.do_inference(data)
cld_opd_sres = denormalize(cld_opd_sres, label_param, mean_std_dct) # cld_opd_sres = denormalize(cld_opd_sres, label_param, mean_std_dct)
cld_opd_sres = descale(cld_opd_sres, label_param, mean_std_dct)
return cld_opd_sres, cld_opd_us.shape[1], cld_opd_us.shape[2] return cld_opd_sres, cld_opd_us.shape[1], cld_opd_us.shape[2]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment