Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<a href="https://apps.apple.com/app/id1452689527" target="_blank">
|
2 |
-
<img src="https://user-images.githubusercontent.com/26833433/
|
3 |
 
|
4 |
|
5 |

|
@@ -46,15 +46,16 @@ $ pip install -r requirements.txt
|
|
46 |
|
47 |
## Tutorials
|
48 |
|
49 |
-
* [Train Custom Data](https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data)
|
50 |
-
* [Weights & Biases Logging](https://github.com/ultralytics/yolov5/issues/1289)
|
51 |
* [Multi-GPU Training](https://github.com/ultralytics/yolov5/issues/475)
|
52 |
-
* [PyTorch Hub](https://github.com/ultralytics/yolov5/issues/36)
|
53 |
* [ONNX and TorchScript Export](https://github.com/ultralytics/yolov5/issues/251)
|
54 |
* [Test-Time Augmentation (TTA)](https://github.com/ultralytics/yolov5/issues/303)
|
55 |
* [Model Ensembling](https://github.com/ultralytics/yolov5/issues/318)
|
56 |
* [Model Pruning/Sparsity](https://github.com/ultralytics/yolov5/issues/304)
|
57 |
* [Hyperparameter Evolution](https://github.com/ultralytics/yolov5/issues/607)
|
|
|
58 |
* [TensorRT Deployment](https://github.com/wang-xinyu/tensorrtx)
|
59 |
|
60 |
|
|
|
1 |
<a href="https://apps.apple.com/app/id1452689527" target="_blank">
|
2 |
+
<img src="https://user-images.githubusercontent.com/26833433/98699617-a1595a00-2377-11eb-8145-fc674eb9b1a7.jpg" width="1000"></a>
|
3 |
 
|
4 |
|
5 |

|
|
|
46 |
|
47 |
## Tutorials
|
48 |
|
49 |
+
* [Train Custom Data](https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data) π RECOMMENDED
|
50 |
+
* [Weights & Biases Logging](https://github.com/ultralytics/yolov5/issues/1289) π NEW
|
51 |
* [Multi-GPU Training](https://github.com/ultralytics/yolov5/issues/475)
|
52 |
+
* [PyTorch Hub](https://github.com/ultralytics/yolov5/issues/36) β NEW
|
53 |
* [ONNX and TorchScript Export](https://github.com/ultralytics/yolov5/issues/251)
|
54 |
* [Test-Time Augmentation (TTA)](https://github.com/ultralytics/yolov5/issues/303)
|
55 |
* [Model Ensembling](https://github.com/ultralytics/yolov5/issues/318)
|
56 |
* [Model Pruning/Sparsity](https://github.com/ultralytics/yolov5/issues/304)
|
57 |
* [Hyperparameter Evolution](https://github.com/ultralytics/yolov5/issues/607)
|
58 |
+
* [Transfer Learning with Frozen Layers](https://github.com/ultralytics/yolov5/issues/1314) β NEW
|
59 |
* [TensorRT Deployment](https://github.com/wang-xinyu/tensorrtx)
|
60 |
|
61 |
|