全部產品
Search
文件中心

Platform For AI:視頻類

更新時間:Aug 05, 2026

iTAG提供視頻分類標註模板,用於對視頻內容打標籤並分類。適用於視頻監控、直播推薦、短視頻推薦等情境。

視頻分類

視頻分類(Video Classification)從一組固定的標籤集合中,為輸入視頻匹配一個或多個標籤。該模板支援單標籤和多標籤分類。

  • 應用情境

    視頻監控、直播推薦、短視頻推薦等情境。

  • 資料結構

    • 輸入資料

      manifest檔案的每行資料對應一道題目,每行必須包含source欄位。

      {"data":{"source":"oss://tongxin-lly.oss-cn-hangzhou.aliyuncs.com/iTAG/video/video1.mp4"}}
      ...
    • 輸出資料

      manifest檔案的每行資料包含題目和標註結果,JSON結構如下。

      { 
          "data": {
              "source": "oss://itag.oss-cn-hangzhou.aliyuncs.com/tongxin_video/video3.mp4"
          }, 
          "label-1433000711494508544": {
              "results": [
                  {
                      "questionId": "2", 
                      "data": [
                          "標籤2", 
                          "標籤1"
                      ], 
                      "markTitle": "多選", 
                      "type": "survey/multivalue"
                  }
              ]
          }
      }