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

snapshot...

parent ad7780a6
Branches
No related tags found
No related merge requests found
......@@ -4,10 +4,9 @@ import os
from deeplearning.cloud_fraction_fcn_abi import run_evaluate_static, run_evaluate_static_full_disk
tf_model_name = model_path+'tf_model_cld_frac_abi_v1' + os.sep
output_dir = '/home/rink' + os.sep
def infer_cloud_fraction(clvrx_dir, model_path=model_path+tf_model_name):
def infer_cloud_fraction(clvrx_dir, output_dir, model_path=model_path+tf_model_name):
clvrx_ds = CLAVRx(clvrx_dir)
for fname in clvrx_ds:
dto = clvrx_ds.get_datetime(fname)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment