DamonDemon commited on
Commit
213ad26
β€’
1 Parent(s): c3a285e

refine metric name

Browse files
Files changed (2) hide show
  1. app.py +3 -3
  2. assets/uc_result.csv +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ def filter_model1(
101
 
102
 
103
 
104
- metrics = ["S-UA", "S-IRA", "S-CRA", "O-UA", "O-IRA", "O-CRA", "FID", "run-time", "storage", "memory"]
105
 
106
 
107
  demo = gr.Blocks(css=custom_css)
@@ -171,11 +171,11 @@ with demo:
171
  gr.Markdown(FAQ_TEXT, elem_classes="markdown-text")
172
 
173
  with gr.Row():
174
- with gr.Accordion("πŸ“™ Citation", open=False):
175
  citation_button = gr.Textbox(
176
  value=CITATION_BUTTON_TEXT,
177
  label=CITATION_BUTTON_LABEL,
178
- lines=20,
179
  elem_id="citation-button",
180
  show_copy_button=True,
181
  )
 
101
 
102
 
103
 
104
+ metrics = ["Style-UA", "Style-IRA", "Style-CRA", "Object-UA", "Object-IRA", "Object-CRA", "FID", "run-time", "storage", "memory"]
105
 
106
 
107
  demo = gr.Blocks(css=custom_css)
 
171
  gr.Markdown(FAQ_TEXT, elem_classes="markdown-text")
172
 
173
  with gr.Row():
174
+ with gr.Accordion("πŸ“™ Citation", open=True):
175
  citation_button = gr.Textbox(
176
  value=CITATION_BUTTON_TEXT,
177
  label=CITATION_BUTTON_LABEL,
178
+ lines=8,
179
  elem_id="citation-button",
180
  show_copy_button=True,
181
  )
assets/uc_result.csv CHANGED
@@ -1,4 +1,4 @@
1
- Method,S-UA,S-IRA,S-CRA,O-UA,O-IRA,O-CRA,FID,Time (s),Memory (GB),Storage (GB)
2
  ESD,98.58%,80.97%,93.96%,92.15%,55.78%,44.23%,65.55,6163,17.8,4.3
3
  FMN,88.48%,56.77%,46.60%,45.64%,90.63%,73.46%,131.37,350,17.9,4.2
4
  UCE,98.40%,60.22%,47.71%,94.31%,39.35%,34.67%,182.01,434,5.1,1.7
 
1
+ Method,Style-UA,Style-IRA,Style-CRA,Object-UA,Object-IRA,Object-CRA,FID,Time (s),Memory (GB),Storage (GB)
2
  ESD,98.58%,80.97%,93.96%,92.15%,55.78%,44.23%,65.55,6163,17.8,4.3
3
  FMN,88.48%,56.77%,46.60%,45.64%,90.63%,73.46%,131.37,350,17.9,4.2
4
  UCE,98.40%,60.22%,47.71%,94.31%,39.35%,34.67%,182.01,434,5.1,1.7