arjunanand13 commited on
Commit
6bcfbb5
·
verified ·
1 Parent(s): 4904fc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -4
app.py CHANGED
@@ -111,15 +111,20 @@ 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
- 1. Carefully observe the video for visual cues indicating production interruption
115
- 2. Compare observed evidence against each possible delay reason
116
- 3. Select the most likely reason based on visual evidence
 
 
 
117
  Please provide your analysis in the following format:
118
  1. Selected Reason: [State the most likely reason from the given options]
119
  2. Visual Evidence: [Describe specific visual cues that support your selection]
120
  3. Reasoning: [Explain why this reason best matches the observed evidence]
121
  4. Alternative Analysis: [Brief explanation of why other possible reasons are less likely]
122
- Important: Base your analysis solely on visual evidence from the video. Focus on concrete, observable details rather than assumptions."""
 
 
123
 
124
  # Load model globally
125
  model, tokenizer = load_model()
 
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
+ 1. Carefully observe the video for visual cues indicating production interruption.
115
+ 2. If no person is visible in any of the frames, the reason probably might be due to his absence
116
+ 3. 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
+ 4. Compare observed evidence against each possible delay reason.
118
+ 5. Select the most likely reason based on visual evidence.
119
+
120
  Please provide your analysis in the following format:
121
  1. Selected Reason: [State the most likely reason from the given options]
122
  2. Visual Evidence: [Describe specific visual cues that support your selection]
123
  3. Reasoning: [Explain why this reason best matches the observed evidence]
124
  4. Alternative Analysis: [Brief explanation of why other possible reasons are less likely]
125
+
126
+ Important: Base your analysis solely on visual evidence from the video. Focus on concrete, observable details rather than assumptions. Clearly state if no person or specific activity is observed."""
127
+
128
 
129
  # Load model globally
130
  model, tokenizer = load_model()