Skip to content

Commit

Permalink
implement segformer model
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuscombe-usgs committed Feb 11, 2023
1 parent b66ff15 commit 1e26ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doodleverse_utils/prediction_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def seg_file2tensor_3band(f, TARGET_SIZE):

# =========================================================
def do_seg(
f, M, metadatadict, sample_direc,
f, M, metadatadict, MODEL, sample_direc,
NCLASSES, N_DATA_BANDS, TARGET_SIZE, TESTTIMEAUG, WRITE_MODELMETADATA,
OTSU_THRESHOLD,
out_dir_name='out'
Expand Down

0 comments on commit 1e26ef8

Please sign in to comment.