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

snapshot...

parent ae0f9f71
Branches
No related tags found
No related merge requests found
......@@ -32,6 +32,6 @@ def infer_cloud_fraction_new(clvrx_path, output_dir, full_disk=True):
clvrx_str_time = dto.strftime('%Y-%m-%d_%H:%M')
out_file = output_dir + 'cloud_fraction_' + clvrx_str_time
if full_disk:
run_evaluate_static_full_disk(fname, out_file, ckpt_dir)
nn.run_inference_full_disk(fname, out_file, ckpt_dir)
else:
nn.run_inference(fname, out_file)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment