diff --git a/projects/python/perception/object_detection_2d/yolov5/webcam_demo.py b/projects/python/perception/object_detection_2d/yolov5/webcam_demo.py index 79b8fa37e9..242e22a1ba 100644 --- a/projects/python/perception/object_detection_2d/yolov5/webcam_demo.py +++ b/projects/python/perception/object_detection_2d/yolov5/webcam_demo.py @@ -17,7 +17,7 @@ import cv2 import time # Importing torch to avoid "RuntimeError: cuDNN error: CUDNN_STATUS_NOT_INITIALIZED" error -import torch # NOQA +import torch # noqa from opendr.engine.data import Image from opendr.perception.object_detection_2d import YOLOv5DetectorLearner