Spaces:
Sleeping
Sleeping
Update firedetection.py
Browse files- firedetection.py +0 -1
firedetection.py
CHANGED
|
@@ -3,7 +3,6 @@
|
|
| 3 |
from collections import defaultdict
|
| 4 |
import cv2
|
| 5 |
from ultralytics import YOLO
|
| 6 |
-
from ultralytics.utils.plotting import Annotator, colors
|
| 7 |
|
| 8 |
def detect_fire_in_video(
|
| 9 |
input_video_path: str,
|
|
|
|
| 3 |
from collections import defaultdict
|
| 4 |
import cv2
|
| 5 |
from ultralytics import YOLO
|
|
|
|
| 6 |
|
| 7 |
def detect_fire_in_video(
|
| 8 |
input_video_path: str,
|