Spaces:
Running
Running
Update app.py
Browse files
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 =
|
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
|