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

snapshot...

parent 03e5b31d
No related branches found
No related tags found
No related merge requests found
......@@ -1201,9 +1201,10 @@ def run_evaluate_static(data_dct, num_tiles, ckpt_dir_s_path, day_night='DAY', l
return preds_dct, probs_dct
def run_evaluate_static_2(model, data_dct, num_tiles, prob_thresh=0.5, flight_levels=[0, 1, 2, 3, 4], use_flight_altitude=False):
def run_evaluate_static_2(model, data_dct, num_tiles, prob_thresh=0.5, flight_levels=[0, 1, 2, 3, 4],
use_flight_altitude=False, use_max_cth_level=False):
if not use_flight_altitude:
if not use_flight_altitude or use_max_cth_level:
flight_levels = [0]
probs_dct = {flvl: None for flvl in flight_levels}
......
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