Bread-F commited on
Commit
67a2060
·
verified ·
1 Parent(s): b28b934

Update utils/web_configs.py

Browse files
Files changed (1) hide show
  1. utils/web_configs.py +2 -2
utils/web_configs.py CHANGED
@@ -81,8 +81,8 @@ class WebConfigs:
81
  DIGITAL_HUMAN_MODEL_DIR: str = r"./weights/digital_human_weights/"
82
  DIGITAL_HUMAN_BBOX_SHIFT: int = 0
83
  DIGITAL_HUMAN_VIDEO_PATH: str = r"./doc/digital_human/digital_human_video.mp4"
84
- DIGITAL_HUMAN_FPS: str = 25
85
-
86
  # ==================================================================
87
  # Agent 配置
88
  # ==================================================================
 
81
  DIGITAL_HUMAN_MODEL_DIR: str = r"./weights/digital_human_weights/"
82
  DIGITAL_HUMAN_BBOX_SHIFT: int = 0
83
  DIGITAL_HUMAN_VIDEO_PATH: str = r"./doc/digital_human/digital_human_video.mp4"
84
+ # DIGITAL_HUMAN_FPS: str = 25
85
+ DIGITAL_HUMAN_FPS: int = 25
86
  # ==================================================================
87
  # Agent 配置
88
  # ==================================================================