Update links to https://docs.ultralytics.com (#2182)
This commit is contained in:
parent
8f5eeb09f3
commit
4af9ca7382
15 changed files with 46 additions and 46 deletions
|
|
@ -18,7 +18,7 @@ pip install -r requirements.txt # install
|
|||
|
||||
## Inference
|
||||
|
||||
YOLOv5 [PyTorch Hub](https://github.com/ultralytics/yolov5/issues/36) inference. [Models](https://github.com/ultralytics/yolov5/tree/master/models) download automatically from the latest
|
||||
YOLOv5 [PyTorch Hub](https://docs.ultralytics.com/yolov5/tutorials/pytorch_hub_model_loading) inference. [Models](https://github.com/ultralytics/yolov5/tree/master/models) download automatically from the latest
|
||||
YOLOv5 [release](https://github.com/ultralytics/yolov5/releases).
|
||||
|
||||
```python
|
||||
|
|
@ -61,7 +61,7 @@ The commands below reproduce YOLOv5 [COCO](https://github.com/ultralytics/yolov5
|
|||
results. [Models](https://github.com/ultralytics/yolov5/tree/master/models)
|
||||
and [datasets](https://github.com/ultralytics/yolov5/tree/master/data) download automatically from the latest
|
||||
YOLOv5 [release](https://github.com/ultralytics/yolov5/releases). Training times for YOLOv5n/s/m/l/x are
|
||||
1/2/4/6/8 days on a V100 GPU ([Multi-GPU](https://github.com/ultralytics/yolov5/issues/475) times faster). Use the
|
||||
1/2/4/6/8 days on a V100 GPU ([Multi-GPU](https://docs.ultralytics.com/yolov5/tutorials/multi_gpu_training) times faster). Use the
|
||||
largest `--batch-size` possible, or pass `--batch-size -1` for
|
||||
YOLOv5 [AutoBatch](https://github.com/ultralytics/yolov5/pull/5092). Batch sizes shown for V100-16GB.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue