Glenn Jocher
GitHub
2 yıl önce
ebeveyn
işleme
968e30065a
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPC Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
3 ekleme ve
3 silme
-
.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 |