Kalen Michael glenn-jocher commited on
Commit
29acedf
β€’
1 Parent(s): fb982d6

Add Roboflow to README (#4972)

Browse files

* added callbacks

* added back callback to main

* added save_dir to callback output

* merged in upstream

* removed ghost code

* added integrations section removed competition

* attempt column build

* attempt column build

* moved new to header

* removed center column

* utm

* Update README.md

* Update README.md

* updated logo sizes

* resized logos

* fixed links

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>

Files changed (1) hide show
  1. README.md +19 -9
README.md CHANGED
@@ -145,7 +145,7 @@ $ python train.py --data coco.yaml --cfg yolov5s.yaml --weights '' --batch-size
145
  * [Tips for Best Training Results](https://github.com/ultralytics/yolov5/wiki/Tips-for-Best-Training-Results)&nbsp; ☘️
146
  RECOMMENDED
147
  * [Weights & Biases Logging](https://github.com/ultralytics/yolov5/issues/1289)&nbsp; 🌟 NEW
148
- * [Supervisely Ecosystem](https://github.com/ultralytics/yolov5/issues/2518)&nbsp; 🌟 NEW
149
  * [Multi-GPU Training](https://github.com/ultralytics/yolov5/issues/475)
150
  * [PyTorch Hub](https://github.com/ultralytics/yolov5/issues/36)&nbsp; ⭐ NEW
151
  * [TorchScript, ONNX, CoreML Export](https://github.com/ultralytics/yolov5/issues/251) πŸš€
@@ -158,11 +158,9 @@ $ python train.py --data coco.yaml --cfg yolov5s.yaml --weights '' --batch-size
158
 
159
  </details>
160
 
161
- ## <div align="center">Environments and Integrations</div>
162
 
163
- Get started in seconds with our verified environments and integrations,
164
- including [Weights & Biases](https://wandb.ai/site?utm_campaign=repo_yolo_readme) for automatic YOLOv5 experiment
165
- logging. Click each icon below for details.
166
 
167
  <div align="center">
168
  <a href="https://colab.research.google.com/github/ultralytics/yolov5/blob/master/tutorial.ipynb">
@@ -180,19 +178,31 @@ logging. Click each icon below for details.
180
  <a href="https://github.com/ultralytics/yolov5/wiki/GCP-Quickstart">
181
  <img src="https://github.com/ultralytics/yolov5/releases/download/v1.0/logo-gcp-small.png" width="15%"/>
182
  </a>
 
 
 
 
183
  <a href="https://wandb.ai/site?utm_campaign=repo_yolo_readme">
184
- <img src="https://github.com/ultralytics/yolov5/releases/download/v1.0/logo-wb-small.png" width="15%"/>
185
  </a>
186
- </div>
 
 
 
 
 
 
 
187
 
188
- ## <div align="center">Compete and Win</div>
 
189
 
190
  We are super excited about our first-ever Ultralytics YOLOv5 πŸš€ EXPORT Competition with **$10,000** in cash prizes!
191
 
192
  <p align="center">
193
  <a href="https://github.com/ultralytics/yolov5/discussions/3213">
194
  <img width="850" src="https://github.com/ultralytics/yolov5/releases/download/v1.0/banner-export-competition.png"></a>
195
- </p>
196
 
197
  ## <div align="center">Why YOLOv5</div>
198
 
 
145
  * [Tips for Best Training Results](https://github.com/ultralytics/yolov5/wiki/Tips-for-Best-Training-Results)&nbsp; ☘️
146
  RECOMMENDED
147
  * [Weights & Biases Logging](https://github.com/ultralytics/yolov5/issues/1289)&nbsp; 🌟 NEW
148
+ * [Roboflow for Datasets, Labeling, and Active Learning](https://github.com/ultralytics/yolov5/issues/4975)&nbsp; 🌟 NEW
149
  * [Multi-GPU Training](https://github.com/ultralytics/yolov5/issues/475)
150
  * [PyTorch Hub](https://github.com/ultralytics/yolov5/issues/36)&nbsp; ⭐ NEW
151
  * [TorchScript, ONNX, CoreML Export](https://github.com/ultralytics/yolov5/issues/251) πŸš€
 
158
 
159
  </details>
160
 
161
+ ## <div align="center">Environments</div>
162
 
163
+ Get started in seconds with our verified environments. Click each icon below for details.
 
 
164
 
165
  <div align="center">
166
  <a href="https://colab.research.google.com/github/ultralytics/yolov5/blob/master/tutorial.ipynb">
 
178
  <a href="https://github.com/ultralytics/yolov5/wiki/GCP-Quickstart">
179
  <img src="https://github.com/ultralytics/yolov5/releases/download/v1.0/logo-gcp-small.png" width="15%"/>
180
  </a>
181
+ </div>
182
+
183
+ ## <div align="center">Integrations</div>
184
+ <div align="center">
185
  <a href="https://wandb.ai/site?utm_campaign=repo_yolo_readme">
186
+ <img src="https://github.com/ultralytics/yolov5/releases/download/v1.0/logo-wb-long.png" width="49%"/>
187
  </a>
188
+ <a href="https://roboflow.com/?ref=ultralytics">
189
+ <img src="https://github.com/ultralytics/yolov5/releases/download/v1.0/logo-roboflow-long.png" width="49%"/>
190
+ </a>
191
+ </div>
192
+
193
+ |Weights and Biases|Roboflow - ⭐ NEW|
194
+ |:-:|:-:|
195
+ |Automatically track and visualize all your YOLOv5 training runs in the cloud with [Weights & Biases.](https://wandb.ai/site?utm_campaign=repo_yolo_readme)|Label and automatically export your custom datasets directly to YOLOv5 for training using [Roboflow](https://roboflow.com/?ref=ultralytics) |
196
 
197
+
198
+ <!-- ## <div align="center">Compete and Win</div>
199
 
200
  We are super excited about our first-ever Ultralytics YOLOv5 πŸš€ EXPORT Competition with **$10,000** in cash prizes!
201
 
202
  <p align="center">
203
  <a href="https://github.com/ultralytics/yolov5/discussions/3213">
204
  <img width="850" src="https://github.com/ultralytics/yolov5/releases/download/v1.0/banner-export-competition.png"></a>
205
+ </p> -->
206
 
207
  ## <div align="center">Why YOLOv5</div>
208