File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ we've featured in our blog posts and YouTube videos. Please keep in mind that re
2323 HEAD OVER TO CONTRIBUTING.MD FOR MORE DETAILS ON HOW TO MAKE CHANGES PROPERLY.
2424-->
2525| ** notebook** | ** open in colab / kaggle / sagemaker lab** | ** complementary materials** | ** repository** |
26- | :------------- | :------------------------------------:| :---------------------------:| :--------------:|
26+ | :------------: | :------------------------------------:| :---------------------------:| :--------------:|
2727| [ YOLOv7 PyTorch Object Detection] ( https://github.com/roboflow-ai/notebooks/blob/main/notebooks/train-yolov7-object-detection-on-custom-data.ipynb ) | [ ![ Colab] ( https://colab.research.google.com/assets/colab-badge.svg )] ( https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/train-yolov7-object-detection-on-custom-data.ipynb ) [ ![ Kaggle] ( https://kaggle.com/static/images/open-in-kaggle.svg )] ( https://kaggle.com/kernels/welcome?src=https://github.com/roboflow-ai/notebooks/blob/main/notebooks/train-yolov7-object-detection-on-custom-data.ipynb ) | [ ![ Roboflow] ( https://raw.githubusercontent.com/roboflow-ai/notebooks/main/assets/badges/roboflow-blogpost.svg )] ( https://blog.roboflow.com/yolov7-custom-dataset-training-tutorial ) [ ![ YouTube] ( https://badges.aleen42.com/src/youtube.svg )] ( https://www.youtube.com/watch?v=5nsmXLyDaU4 ) | [ ![ GitHub] ( https://badges.aleen42.com/src/github.svg )] ( https://github.com/WongKinYiu/yolov7 ) |
2828| [ YOLOv7 PyTorch Object Detection OpenVINO + TorchORT] ( https://github.com/roboflow-ai/notebooks/blob/main/notebooks/train-yolov7-object-detection-on-custom-data-openvino-torch-ort.ipynb ) | [ ![ Colab] ( https://colab.research.google.com/assets/colab-badge.svg )] ( https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/train-yolov7-object-detection-on-custom-data-openvino-torch-ort.ipynb ) [ ![ Kaggle] ( https://kaggle.com/static/images/open-in-kaggle.svg )] ( https://kaggle.com/kernels/welcome?src=https://github.com/roboflow-ai/notebooks/blob/main/notebooks/train-yolov7-object-detection-on-custom-data-openvino-torch-ort.ipynb ) | [ ![ Roboflow] ( https://raw.githubusercontent.com/roboflow-ai/notebooks/main/assets/badges/roboflow-blogpost.svg )] ( https://blog.roboflow.com/accelerate-pytorch-openvino-torch-ort ) | [ ![ GitHub] ( https://badges.aleen42.com/src/github.svg )] ( https://github.com/roboflow-ai/yolov7 ) |
2929| [ MT-YOLOv6 PyTorch Object Detection] ( https://github.com/roboflow-ai/notebooks/blob/main/notebooks/train-yolov6-object-detection-on-custom-data.ipynb ) | [ ![ Colab] ( https://colab.research.google.com/assets/colab-badge.svg )] ( https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/train-yolov6-object-detection-on-custom-data.ipynb ) [ ![ Kaggle] ( https://kaggle.com/static/images/open-in-kaggle.svg )] ( https://kaggle.com/kernels/welcome?src=https://github.com/roboflow-ai/notebooks/blob/main/notebooks/train-yolov6-object-detection-on-custom-data.ipynb ) | [ ![ Roboflow] ( https://raw.githubusercontent.com/roboflow-ai/notebooks/main/assets/badges/roboflow-blogpost.svg )] ( https://blog.roboflow.com/how-to-train-yolov6-on-a-custom-dataset ) [ ![ YouTube] ( https://badges.aleen42.com/src/youtube.svg )] ( https://www.youtube.com/watch?v=fFCWrMFH2UY ) | [ ![ GitHub] ( https://badges.aleen42.com/src/github.svg )] ( https://github.com/meituan/YOLOv6 ) |
Original file line number Diff line number Diff line change 1414]
1515TABLE_HEADER = [
1616 "| **notebook** | **open in colab / kaggle / sagemaker lab** | **complementary materials** | **repository** |" ,
17- "|:------------- |:------------------------------------:|:---------------------------:|:--------------:|"
17+ "|:------------: |:------------------------------------:|:---------------------------:|:--------------:|"
1818]
1919
2020NOTEBOOK_LINK_PATTERN = "[{}]({}/{})"
You can’t perform that action at this time.
0 commit comments