Glenn Jocher
GitHub
vor 2 Jahren
Ursprung
Commit
968e30065a
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit
3 neuen und
3 gelöschten Zeilen
-
.github/workflows/greetings.yml
|
|
@@ -37,9 +37,9 @@ jobs: |
|
|
|
|
|
|
|
[**Python>=3.6.0**](https://www.python.org/) with all [requirements.txt](https://github.com/ultralytics/yolov5/blob/master/requirements.txt) installed including [**PyTorch>=1.7**](https://pytorch.org/get-started/locally/). To get started: |
|
|
|
```bash |
|
|
|
$ git clone https://github.com/ultralytics/yolov5 |
|
|
|
$ cd yolov5 |
|
|
|
$ pip install -r requirements.txt |
|
|
|
git clone https://github.com/ultralytics/yolov5 # clone |
|
|
|
cd yolov5 |
|
|
|
pip install -r requirements.txt # install |
|
|
|
``` |
|
|
|
|
|
|
|
## Environments |