Update Details
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# VLM (Visual Language Model) 行为识别系统
|
||||
# 监控视频分析系统
|
||||
|
||||
## 项目简介
|
||||
本项目是一个基于视觉语言模型的行为识别系统,用于识别和分析人类行为。
|
||||
|
||||
+1
-1
@@ -329,7 +329,7 @@ class ImageMonitor:
|
||||
|
||||
def main():
|
||||
try:
|
||||
images_path = "/home/zydi/VLM/crop" # 设置crop目录路径
|
||||
images_path = "crop" # 设置crop目录路径
|
||||
monitor = ImageMonitor(images_path)
|
||||
monitor.monitor_directories()
|
||||
|
||||
|
||||
+1
-1
@@ -79,7 +79,7 @@ class VideoMonitor:
|
||||
|
||||
def main():
|
||||
try:
|
||||
recordings_path = "/home/zydi/VLM/recordings"
|
||||
recordings_path = "recordings"
|
||||
monitor = VideoMonitor(recordings_path)
|
||||
monitor.monitor_directories()
|
||||
|
||||
|
||||
+1
-1
@@ -100,7 +100,7 @@ class PoseMonitor:
|
||||
|
||||
def main():
|
||||
try:
|
||||
images_path = "/home/zydi/VLM/images"
|
||||
images_path = "images"
|
||||
monitor = PoseMonitor(images_path)
|
||||
monitor.monitor_directories()
|
||||
|
||||
|
||||
+1
-1
@@ -626,7 +626,7 @@ class VideoMonitor:
|
||||
def main():
|
||||
try:
|
||||
system = MediaAnalysisSystem()
|
||||
recordings_path = "/home/zydi/VLM/recordings" # 设置recordings目录路径
|
||||
recordings_path = "recordings" # 设置recordings目录路径
|
||||
|
||||
# 创建并启动监控器
|
||||
monitor = VideoMonitor(recordings_path, system)
|
||||
|
||||
Reference in New Issue
Block a user