Add YOLOv5 integration (#603)

This commit is contained in:
pollfly
2023-06-25 10:49:20 +03:00
committed by GitHub
parent 814328c6e8
commit 36bb927b97
3 changed files with 209 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ module.exports = {
{'PyTorch Ignite':['guides/frameworks/pytorch_ignite/integration_pytorch_ignite', 'guides/frameworks/pytorch_ignite/pytorch_ignite_mnist']},
'guides/frameworks/pytorch_lightning/pytorch_lightning_example', 'guides/frameworks/scikit-learn/sklearn_joblib_example',
'guides/frameworks/pytorch/pytorch_tensorboard', 'guides/frameworks/tensorboardx/tensorboardx', 'guides/frameworks/tensorflow/tensorflow_mnist',
'integrations/seaborn', 'guides/frameworks/xgboost/xgboost_metrics'
'integrations/seaborn', 'guides/frameworks/xgboost/xgboost_metrics', 'integrations/yolov5'
]
},
'integrations/storage',