Skip to content

Commit

Permalink
change the input band sequence of urban model
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Ai committed Nov 12, 2024
1 parent 42cd612 commit 5bffa2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugin: urban_class # this can help system find the relative plugin and plugin version
plugin_config:
input_bands: [nbart_red, nbart_green, nbart_blue, nbart_nir, nbart_swir_1, nbart_swir_2]
input_bands: [nbart_blue, nbart_green, nbart_red, nbart_nir, nbart_swir_1, nbart_swir_2]
model_path: urban_model_tf_2_16_2.tflite
output_classes:
artificial: 215
Expand Down

0 comments on commit 5bffa2c

Please sign in to comment.