ho11laqe commited on
Commit
7aaff29
1 Parent(s): 8afe262

add explanation

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -62,9 +62,11 @@ demo = gr.Interface(run_front_detection, gr.Image(type='pil'), "image", title='C
62
  by Isensee, F., Jaeger, P. F. (2020) https://github.com/MIC-DKFZ/nnUNet and \
63
  and was trained and tested with the dataset of Gourmelon et al. \
64
  https://doi.pangaea.de/10.1594/PANGAEA.940950. <p> <p>\
65
- Drag & Drop a PNG image and click 'Submit' to apply the calving front detection. <p> \
66
- For images larger than 200KB we suggest to run on your own PC, this platform providese limited computational resources. ",
67
-
 
 
68
  examples=[os.path.join(os.path.dirname(__file__), "test_sar_images/Mapple_2018-06-11_S1_20_2_009.png"),
69
  os.path.join(os.path.dirname(__file__), "test_sar_images/COL_2011-06-18_TDX_7_1_024_small.png"),])
70
 
 
62
  by Isensee, F., Jaeger, P. F. (2020) https://github.com/MIC-DKFZ/nnUNet and \
63
  and was trained and tested with the dataset of Gourmelon et al. \
64
  https://doi.pangaea.de/10.1594/PANGAEA.940950. <p> <p>\
65
+ Drag & Drop a PNG image and click 'Submit' to apply the calving front detection or clock on an example image below. <p> \
66
+ For images larger than 200KB we suggest to run on your own PC, this platform providese limited computational resources. <p>\
67
+ The output shows an overlay of the segmentation mask generated by the network over the input image. Area of ocean is colored in blue, glacier in white, rock in gray and radar shadow in black.\
68
+ The claving front is a thin red line.",
69
+ min_height=5000,
70
  examples=[os.path.join(os.path.dirname(__file__), "test_sar_images/Mapple_2018-06-11_S1_20_2_009.png"),
71
  os.path.join(os.path.dirname(__file__), "test_sar_images/COL_2011-06-18_TDX_7_1_024_small.png"),])
72