jihuaqiang vor 2 Wochen
Ursprung
Commit
5029a91cd0
1 geänderte Dateien mit 21 neuen und 22 gelöschten Zeilen
  1. 21 22
      tools/indentify/video_identifier.py

+ 21 - 22
tools/indentify/video_identifier.py

@@ -404,7 +404,6 @@ class VideoIdentifier:
                             HarmCategory.HARM_CATEGORY_HARASSMENT: HarmBlockThreshold.BLOCK_NONE,
                         }
                     )
-                    print(f"开始内容分析: {video_file}")
                     response = model.generate_content(
                         contents=[video_file, system_prompt],
                         request_options={'timeout': 240}
@@ -540,29 +539,29 @@ def main():
     test_content = {
         "video_url_list": [
             {
-                "video_url": "http://temp.yishihui.com/pipeline/video/202769cd-68a5-41a2-82d9-620d2c72a225.mp4",
+                "video_url": "http://rescdn.yishihui.com/pipeline/video/489e7c31-4e7c-44cc-872d-b1b1dd42b12d.mp4",
                 "video_duration": 187
             },
-            {
-                "video_url": "http://temp.yishihui.com/pipeline/video/43d11b20-6273-4ece-a146-94f63a3992a8.mp4",
-                "video_duration": 100
-            },
-            {
-                "video_url": "http://temp.yishihui.com/longvideo/transcode/video/vpc/20250731/57463792ND5eu5PAj95sVLi2gB.mp4",
-                "video_duration": 100
-            },
-            {
-                "video_url": "http://temp.yishihui.com/longvideo/transcode/crawler_local/video/prod/20250912/2c278614bd39fc2668f210d752141cb678956536.mp4",
-                "video_duration": 100
-            },
-            {
-                "video_url": "http://temp.yishihui.com/longvideo/transcode/video/vpc/20250809/5870d4dc9ba18ce57e5af27b81ff1398.mp4",
-                "video_duration": 100
-            },
-            {
-                "video_url": "http://temp.yishihui.com/pipeline/video/202769cd-68a5-41a2-82d9-620d2c72a225.mp4",
-                "video_duration": 100
-            }
+            # {
+            #     "video_url": "http://temp.yishihui.com/pipeline/video/43d11b20-6273-4ece-a146-94f63a3992a8.mp4",
+            #     "video_duration": 100
+            # },
+            # {
+            #     "video_url": "http://temp.yishihui.com/longvideo/transcode/video/vpc/20250731/57463792ND5eu5PAj95sVLi2gB.mp4",
+            #     "video_duration": 100
+            # },
+            # {
+            #     "video_url": "http://temp.yishihui.com/longvideo/transcode/crawler_local/video/prod/20250912/2c278614bd39fc2668f210d752141cb678956536.mp4",
+            #     "video_duration": 100
+            # },
+            # {
+            #     "video_url": "http://temp.yishihui.com/longvideo/transcode/video/vpc/20250809/5870d4dc9ba18ce57e5af27b81ff1398.mp4",
+            #     "video_duration": 100
+            # },
+            # {
+            #     "video_url": "http://temp.yishihui.com/pipeline/video/202769cd-68a5-41a2-82d9-620d2c72a225.mp4",
+            #     "video_duration": 100
+            # }
         ]
     }