Youngsun Lim commited on
Commit
d1c51a3
·
1 Parent(s): dbf2b77
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -311,7 +311,7 @@ INSTRUCTION_MD = """
311
  For each video, your job is to rate:
312
 
313
  1. **Action Consistency** - how well the person’s action matches the action specified as the "**Expected action**".
314
- 2. **Physical Plausibility** - how natural and physically possible the motion looks.
315
 
316
  Some things to keep in mind:
317
  - Try to **focus only** on the expected action and motion quality, and do **not** judge **video quality**, **attractiveness**, **background**, **camera motion**, or **objects**.
@@ -720,7 +720,7 @@ with gr.Blocks(css=CLEAN_BG_CSS) as demo:
720
  page_intro = gr.Group(visible=True, elem_id="intro")
721
  with page_intro:
722
  # gr.Markdown("## 🎯 Action Consistency Human Evaluation")
723
- gr.Markdown("## 🎯 Human Evaluation: Action Consistency & Physical Plausibility")
724
 
725
  gr.Markdown(INSTRUCTION_MD)
726
 
@@ -868,7 +868,7 @@ with gr.Blocks(css=CLEAN_BG_CSS) as demo:
868
  )
869
  score_phys = gr.Slider(
870
  minimum=0.0, maximum=10.0, step=0.1, value=5.0,
871
- label="Physical Plausibility (0.0 - 10.0)"
872
  )
873
 
874
  save_next = gr.Button("💾 Save & Next ▶", variant="secondary", interactive=False)
 
311
  For each video, your job is to rate:
312
 
313
  1. **Action Consistency** - how well the person’s action matches the action specified as the "**Expected action**".
314
+ 2. **Temporal Coherence** - how natural and physically possible the motion looks.
315
 
316
  Some things to keep in mind:
317
  - Try to **focus only** on the expected action and motion quality, and do **not** judge **video quality**, **attractiveness**, **background**, **camera motion**, or **objects**.
 
720
  page_intro = gr.Group(visible=True, elem_id="intro")
721
  with page_intro:
722
  # gr.Markdown("## 🎯 Action Consistency Human Evaluation")
723
+ gr.Markdown("## 🎯 Human Evaluation: Action Consistency & Temporal Coherence")
724
 
725
  gr.Markdown(INSTRUCTION_MD)
726
 
 
868
  )
869
  score_phys = gr.Slider(
870
  minimum=0.0, maximum=10.0, step=0.1, value=5.0,
871
+ label="Temporal Coherence (0.0 - 10.0)"
872
  )
873
 
874
  save_next = gr.Button("💾 Save & Next ▶", variant="secondary", interactive=False)