Update README.md
Browse files
README.md
CHANGED
@@ -47,9 +47,9 @@ $ pip install -U -r requirements.txt
|
|
47 |
|
48 |
## Tutorials
|
49 |
|
|
|
50 |
* [Train Custom Data](https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data)
|
51 |
-
* [Google
|
52 |
-
* [GCP Quickstart](https://github.com/ultralytics/yolov5/wiki/GCP-Quickstart)
|
53 |
* [Docker Quickstart Guide](https://github.com/ultralytics/yolov5/wiki/Docker-Quickstart)
|
54 |
|
55 |
|
@@ -97,10 +97,8 @@ $ python train.py --data coco.yaml --cfg yolov5s.yaml --weights '' --batch-size
|
|
97 |
To access an up-to-date working environment (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled), consider a:
|
98 |
|
99 |
- **GCP** Deep Learning VM with $300 free credit offer: See our [GCP Quickstart Guide](https://github.com/ultralytics/yolov5/wiki/GCP-Quickstart)
|
100 |
-
- **Google Colab Notebook** with 12 hours of free GPU time
|
101 |
-
- **Docker Image**
|
102 |
-
|
103 |
-
|
104 |
## Citation
|
105 |
|
106 |
[](https://zenodo.org/badge/latestdoi/146165888)
|
|
|
47 |
|
48 |
## Tutorials
|
49 |
|
50 |
+
* <a href="https://colab.research.google.com/github/ultralytics/yolov5/blob/master/tutorial.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a>
|
51 |
* [Train Custom Data](https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data)
|
52 |
+
* [Google Cloud Quickstart Guide](https://github.com/ultralytics/yolov5/wiki/GCP-Quickstart)
|
|
|
53 |
* [Docker Quickstart Guide](https://github.com/ultralytics/yolov5/wiki/Docker-Quickstart)
|
54 |
|
55 |
|
|
|
97 |
To access an up-to-date working environment (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled), consider a:
|
98 |
|
99 |
- **GCP** Deep Learning VM with $300 free credit offer: See our [GCP Quickstart Guide](https://github.com/ultralytics/yolov5/wiki/GCP-Quickstart)
|
100 |
+
- **Google Colab Notebook** with 12 hours of free GPU time. <a href="https://colab.research.google.com/github/ultralytics/yolov5/blob/master/tutorial.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a>
|
101 |
+
- **Docker Image** https://hub.docker.com/r/ultralytics/yolov5. See [Docker Quickstart Guide](https://github.com/ultralytics/yolov5/wiki/Docker-Quickstart)
|
|
|
|
|
102 |
## Citation
|
103 |
|
104 |
[](https://zenodo.org/badge/latestdoi/146165888)
|