Paolo-Fraccaro commited on
Commit
5f99c38
1 Parent(s): d1e90b9
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,7 +165,7 @@ def inference_on_file(target_image, model, custom_test_pipeline):
165
  except:
166
  print(f'Error on image {target_image} \nContinue to next input')
167
 
168
- return rgb, result[0][0]*255
169
 
170
  def process_test_pipeline(custom_test_pipeline, bands=None):
171
 
 
165
  except:
166
  print(f'Error on image {target_image} \nContinue to next input')
167
 
168
+ return rgb1,rgb2,rgb3, result[0][0]
169
 
170
  def process_test_pipeline(custom_test_pipeline, bands=None):
171