From 5bc4e291fb1e73ecb2c839e24f626e5c4cecf9fa Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Fri, 29 Apr 2022 11:38:12 -0700 Subject: [PATCH] Reduce `opencv-python>=4.1.1` for Jetson Nano May help https://github.com/ultralytics/yolov5/issues/7631#issuecomment-1113007451 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 96fc9d1a1f32..d12a13611d24 100755 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # Base ---------------------------------------- matplotlib>=3.2.2 numpy>=1.18.5 -opencv-python>=4.1.2 +opencv-python>=4.1.1 Pillow>=7.1.2 PyYAML>=5.3.1 requests>=2.23.0