From 7298225feed71cc1706b7109d24cac546d50df4b Mon Sep 17 00:00:00 2001 From: Kostas Tsampazis <27914645+tsampazk@users.noreply.github.com> Date: Mon, 25 Sep 2023 13:21:58 +0300 Subject: [PATCH] Re-attempting noqa --- .../python/perception/object_detection_2d/yolov5/webcam_demo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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