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

snapshot...

parent 6209f2af
No related branches found
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): ...@@ -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') clvrx_str_time = dto.strftime('%Y-%m-%d_%H:%M')
out_file = output_dir + 'cloud_fraction_' + clvrx_str_time out_file = output_dir + 'cloud_fraction_' + clvrx_str_time
if full_disk: if full_disk:
nn.run_inference_full_disk(fname, out_file, ckpt_dir) nn.run_inference_full_disk(fname, out_file)
else: else:
nn.run_inference(fname, out_file) 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.
Finish editing this message first!
Please register or to comment