Update video_processing.py
Browse files- video_processing.py +0 -6
video_processing.py
CHANGED
@@ -203,12 +203,6 @@ def process_video(video_path, anomaly_threshold, desired_fps, progress=None):
|
|
203 |
|
204 |
progress(0.95, "Finishing generating graphs")
|
205 |
|
206 |
-
except Exception as e:
|
207 |
-
print(f"Error in create_video_with_heatmap: {str(e)}")
|
208 |
-
import traceback
|
209 |
-
traceback.print_exc()
|
210 |
-
heatmap_video_path = None
|
211 |
-
|
212 |
except Exception as e:
|
213 |
print(f"Error details: {str(e)}")
|
214 |
import traceback
|
|
|
203 |
|
204 |
progress(0.95, "Finishing generating graphs")
|
205 |
|
|
|
|
|
|
|
|
|
|
|
|
|
206 |
except Exception as e:
|
207 |
print(f"Error details: {str(e)}")
|
208 |
import traceback
|