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

snapshot...

parent 5718c887
Branches
No related tags found
No related merge requests found
......@@ -6,8 +6,8 @@ from deeplearning.cloud_fraction_fcn_abi import run_evaluate_static, run_evaluat
tf_model_name = model_path+'tf_model_cld_frac_abi_v1' + os.sep
def infer_cloud_fraction(clvrx_dir, output_dir, model_path=model_path+tf_model_name, full_disk=True):
clvrx_ds = CLAVRx(clvrx_dir)
def infer_cloud_fraction(clvrx_path, output_dir, model_path=model_path+tf_model_name, full_disk=True):
clvrx_ds = CLAVRx(clvrx_path)
for fname, t_start, t_stop in clvrx_ds:
dto = clvrx_ds.get_datetime(fname)
clvrx_str_time = dto.strftime('%Y-%m-%d_%H:%M')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment