final config
Browse files- gradio-web/config.py +2 -2
gradio-web/config.py
CHANGED
|
@@ -2,9 +2,9 @@
|
|
| 2 |
配置常量模块
|
| 3 |
"""
|
| 4 |
# --- Configuration ---
|
| 5 |
-
VIDEO_PLAYBACK_FPS =
|
| 6 |
USE_SEGMENTED_VIEW = False # Set to True to use segmented view, False to use original image
|
| 7 |
-
LIVE_OBS_REFRESH_HZ =
|
| 8 |
KEYFRAME_DOWNSAMPLE_FACTOR = 1 # Keep 1 frame out of every N streamed frames
|
| 9 |
|
| 10 |
# 主界面两列宽度比例 (Keypoint Selection : Right Panel)
|
|
|
|
| 2 |
配置常量模块
|
| 3 |
"""
|
| 4 |
# --- Configuration ---
|
| 5 |
+
VIDEO_PLAYBACK_FPS = 20.0 # Frame rate for demonstration video playback
|
| 6 |
USE_SEGMENTED_VIEW = False # Set to True to use segmented view, False to use original image
|
| 7 |
+
LIVE_OBS_REFRESH_HZ = 30.0 # Live observation refresh frequency in Hz
|
| 8 |
KEYFRAME_DOWNSAMPLE_FACTOR = 1 # Keep 1 frame out of every N streamed frames
|
| 9 |
|
| 10 |
# 主界面两列宽度比例 (Keypoint Selection : Right Panel)
|