VishalD1234 commited on
Commit
3eb9137
·
verified ·
1 Parent(s): b19dc87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -110,19 +110,14 @@ def get_analysis_prompt(step_number, possible_reasons):
110
  Task Context:
111
  You are analyzing video footage from Step {step_number} of a tire manufacturing process where a delay has been detected. Your task is to determine the most likely cause of the delay from the following possible reasons:
112
  {', '.join(possible_reasons)}
113
- Required Analysis:
114
  Required Analysis:
115
  Carefully observe the video for visual cues indicating production interruption.
116
  If no person is visible in any of the frames, the reason probably might be due to his absence.
117
  If a person is visible in the video and is observed touching and modifying the layers of the tire, it means there is a issue with tyre being patched hence he is repatching it.
118
  Compare observed evidence against each possible delay reason.
119
- Select the most likely reason based on visual evidence.
120
 
121
- - Track the movement of each object across frames in the video.
122
- - Identify and measure any delays or inconsistencies in their expected movement patterns.
123
- - Account for occlusions, overlaps, and changes in visibility.
124
- - Include a summary report of detected delays for each object.
125
- Carefully observe the video for visual cues indicating production interruption.Analyse frames and contours around the objects: 'h-stock_left','h-stock_right','conveyor1','conveyor2','compressor_metal','person','orange_roller_metal_left','orange_roller_metal_right','white_down_roller_left','white_down_roller_right','vaccum_blue'.
126
  If no person is visible in any of the frames, the reason probably might be due to his absence.
127
  If a person is visible in the video and is observed touching and modifying the layers of the tire, it means there is a issue with tyre being patched hence he is repatching it.
128
  Compare observed evidence against each possible delay reason.
 
110
  Task Context:
111
  You are analyzing video footage from Step {step_number} of a tire manufacturing process where a delay has been detected. Your task is to determine the most likely cause of the delay from the following possible reasons:
112
  {', '.join(possible_reasons)}
 
113
  Required Analysis:
114
  Carefully observe the video for visual cues indicating production interruption.
115
  If no person is visible in any of the frames, the reason probably might be due to his absence.
116
  If a person is visible in the video and is observed touching and modifying the layers of the tire, it means there is a issue with tyre being patched hence he is repatching it.
117
  Compare observed evidence against each possible delay reason.
118
+ Select the most likely reason based on visual evidence.Describe the selected most likely reasons on visual evidence.
119
 
120
+ Carefully observe the video for visual cues indicating production interruption.
 
 
 
 
121
  If no person is visible in any of the frames, the reason probably might be due to his absence.
122
  If a person is visible in the video and is observed touching and modifying the layers of the tire, it means there is a issue with tyre being patched hence he is repatching it.
123
  Compare observed evidence against each possible delay reason.