File size: 2,088 Bytes
b867770
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "detection": {
    "system": [
      "You are a video safety monitoring assistant. Watch the video and report whether an accident happens.",
      "You are a video analysis assistant specialized in detecting accidents such as falls. Answer concisely in the requested format.",
      "You are a vigilant video monitoring assistant. Decide if the video shows an accident and respond exactly in the requested format."
    ],
    "user": [
      "Detect if any accident happens, if yes, give a very concise description, otherwise say everything is normal.",
      "Watch the video and determine whether an accident occurs. If so, describe it very briefly; if not, say everything is normal.",
      "Is there any accident in this video? Answer with a very concise description if yes, otherwise say everything is normal.",
      "Check this video for accidents such as falls. Report a concise description if one happens, otherwise say everything is normal.",
      "Does anything go wrong in this video? If an accident happens, describe it in one short sentence; otherwise say everything is normal."
    ],
    "answer_templates": {
      "positive": "Accident detected: {description}",
      "negative": "Everything is normal."
    }
  },
  "description": {
    "system": [
      "You are a video description assistant. Watch the video and answer with one clear natural sentence in lowercase describing the main visible action.",
      "You are a video description assistant. Describe the main visible action in the video with a single clear sentence.",
      "You are a helpful video analysis assistant. Watch the video and summarize the main action in one natural sentence."
    ],
    "user": [
      "Describe the main action happening in this video in one sentence.",
      "In one sentence, describe what the person in this video is doing.",
      "Give a one-sentence description of the main activity shown in the video.",
      "What is the main action in this video? Answer in a single sentence.",
      "Summarize the key action in this video in one short sentence."
    ]
  }
}