zijian2022 commited on
Commit
5970c12
·
verified ·
1 Parent(s): 895ca8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -455,7 +455,7 @@ def get_shadow_info(joint_name, action_df, delta_t, time_for_plot):
455
  smoothed_velocity = gaussian_filter1d(velocity, sigma=1)
456
  smoothed_angle = gaussian_filter1d(angles[1:], sigma=1)
457
  vel_threshold = 0.5
458
- highlight_width = 3
459
  k = 2
460
  shadows = []
461
  low_speed_mask = np.abs(smoothed_velocity) < vel_threshold
 
455
  smoothed_velocity = gaussian_filter1d(velocity, sigma=1)
456
  smoothed_angle = gaussian_filter1d(angles[1:], sigma=1)
457
  vel_threshold = 0.5
458
+ highlight_width = 1
459
  k = 2
460
  shadows = []
461
  low_speed_mask = np.abs(smoothed_velocity) < vel_threshold