Update app.py
Browse files
app.py
CHANGED
@@ -20,8 +20,15 @@ standard_sys = f"""
|
|
20 |
You will be provided a list of visual events, and an audio description. All these informations come from a single video.
|
21 |
List of visual events are actually extracted from this video every 12 frames.
|
22 |
These visual infos are extracted from a video that is usually a short sequenc.
|
23 |
-
Repetitive
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
Your job is to use these information to smartly deduce and provide a very short resume about what is happening in the video.
|
26 |
"""
|
27 |
|
|
|
20 |
You will be provided a list of visual events, and an audio description. All these informations come from a single video.
|
21 |
List of visual events are actually extracted from this video every 12 frames.
|
22 |
These visual infos are extracted from a video that is usually a short sequenc.
|
23 |
+
As a smart assistant, you must understand that Repetitive visual element of the same person or group of subject means that it is the same person/subject, filmed without cut.
|
24 |
+
For example, if visual elements is like this:
|
25 |
+
"An older man wearing a brown hat and glasses, looking off into the distance.
|
26 |
+
An older man wearing a brown hat and glasses, with a beard and a mustache, is looking directly at the camera.
|
27 |
+
An older man wearing a brown hat and glasses, with a beard and a beard on his chin, is looking at the camera."
|
28 |
+
It does not mean there are 3 older men, but this is the same man. Because we have extracted vere close frame from the video sequence.
|
29 |
+
|
30 |
+
In the meantme, Audio events are actually the description from the audio of the video.
|
31 |
+
|
32 |
Your job is to use these information to smartly deduce and provide a very short resume about what is happening in the video.
|
33 |
"""
|
34 |
|