Cursor Agent commited on
Commit
7af0ac5
·
1 Parent(s): 3e01d82

Enhance ball rings with neon glow effect (additive blending)

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2954,13 +2954,13 @@ with gr.Blocks(title="SAM2 Video (Transformers) - Interactive Segmentation", the
2954
  with gr.Column(scale=1):
2955
  ghost_trail_chk = gr.Checkbox(
2956
  label="Ghost trail (ball)",
2957
- value=True,
2958
  info="Overlay post-kick SAM2 ball masks in magenta to visualize trajectory.",
2959
  )
2960
  with gr.Column(scale=1):
2961
  ball_ring_chk = gr.Checkbox(
2962
  label="Ball rings (future)",
2963
- value=False,
2964
  info="Replace the ghost trail fill with magenta rings at future ball positions.",
2965
  )
2966
  with gr.Column(scale=1):
 
2954
  with gr.Column(scale=1):
2955
  ghost_trail_chk = gr.Checkbox(
2956
  label="Ghost trail (ball)",
2957
+ value=False,
2958
  info="Overlay post-kick SAM2 ball masks in magenta to visualize trajectory.",
2959
  )
2960
  with gr.Column(scale=1):
2961
  ball_ring_chk = gr.Checkbox(
2962
  label="Ball rings (future)",
2963
+ value=True,
2964
  info="Replace the ghost trail fill with magenta rings at future ball positions.",
2965
  )
2966
  with gr.Column(scale=1):