From e00f05d4ee797e8379039c0994e30c2147fc4246 Mon Sep 17 00:00:00 2001 From: BZFYS Date: Tue, 27 Apr 2021 05:56:25 +0800 Subject: [PATCH] Update README.md (#2934) * Update README.md dependencies: ImportError: libGL.so.1: cannot open shared object file: No such file or directory ImportError: libgthread-2.0.so.0: cannot open shared object file: No such file or directory ImportError: libSM.so.6: cannot open shared object file: No such file or directory ImportError: libXrender.so.1: cannot open shared object file: No such file or directory * replace older apt-get with apt Code commented for now until a better understanding of the issue, and also code is not cross-platform compatible. Co-authored-by: Glenn Jocher --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 27ea18da1932..d98bd7bfa7da 100755 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ Model |size
(pixels) |mAPval
0.5:0.95 |mAPtest
0.5:0.95 ## Requirements Python 3.8 or later with all [requirements.txt](https://github.com/ultralytics/yolov5/blob/master/requirements.txt) dependencies installed, including `torch>=1.7`. To install run: + ```bash $ pip install -r requirements.txt ```