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

snapshot...

parent 95798ccc
Branches
No related tags found
No related merge requests found
from util.setup_cloud_fraction import model_path
from deeplearning.cloud_fraction_fcn_abi import run_evaluate_static, run_evaluate_static_full_disk
def infer_cloud_fraction(clavrx_file, model_path=model_path):
cld_frac = run_evaluate_static(clavrx_file, None, model_path)
def infer_cloud_fraction_full_disk(clavrx_file, model_path=model_path):
cld_frac = run_evaluate_static_full_disk(clavrx_file, None, model_path)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment