-
i am trying to apply box annotation to write to a new video file. but it return the same video the resource. i use some of the script from newest video on youtube. `import cv2 from ultralytics import YOLO def main():
if name == "main": |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
o.k i suceeded by removing this line: detections = detections[(detections.class_id != 60) & (detections.class_id != 0)] |
Beta Was this translation helpful? Give feedback.
-
This is great! 💜 |
Beta Was this translation helpful? Give feedback.
o.k i suceeded by removing this line: detections = detections[(detections.class_id != 60) & (detections.class_id != 0)]