Skip to content

Commit b79a38c

Browse files
committed
take Basketball AI: Detect NBA 3 Second Violation notebook to the next level
1 parent 3698688 commit b79a38c

File tree

3 files changed

+1153
-1637
lines changed

3 files changed

+1153
-1637
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ This repository offers a growing collection of computer vision tutorials. Learn
130130
## 🛠️ computer vision skills (22 notebooks)
131131
| **notebook** | **open in colab / kaggle / sagemaker studio lab** | **complementary materials** | **repository / paper** |
132132
|:------------:|:-------------------------------------------------:|:---------------------------:|:----------------------:|
133-
| [Detect NBA 3 Second Violations with AI](https://github.com/roboflow-ai/notebooks/blob/main/notebooks/detect-nba-3-second-violations-with-ai.ipynb) | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/detect-nba-3-second-violations-with-ai.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/detect-nba-3-second-violations-with-ai.ipynb) | | |
133+
| [Basketball AI: Detect NBA 3 Second Violation](https://github.com/roboflow-ai/notebooks/blob/main/notebooks/basketball-ai-automatic-detection-of-3-second-violations.ipynb) | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/basketball-ai-automatic-detection-of-3-second-violations.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/basketball-ai-automatic-detection-of-3-second-violations.ipynb) | [![Roboflow](https://raw.githubusercontent.com/roboflow-ai/notebooks/main/assets/badges/roboflow-blogpost.svg)](https://blog.roboflow.com/detect-3-second-violation-ai-basketball) | |
134134
| [Football AI](https://github.com/roboflow-ai/notebooks/blob/main/notebooks/football-ai.ipynb) | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/football-ai.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/football-ai.ipynb) | [![Roboflow](https://raw.githubusercontent.com/roboflow-ai/notebooks/main/assets/badges/roboflow-blogpost.svg)](https://blog.roboflow.com/camera-calibration-sports-computer-vision/) [![YouTube](https://badges.aleen42.com/src/youtube.svg)](https://youtu.be/aBVGKoNZQUw) | [![GitHub](https://badges.aleen42.com/src/github.svg)](https://github.com/roboflow/sports) |
135135
| [Auto-Annotate Dataset with GroundedSAM 2](https://github.com/roboflow-ai/notebooks/blob/main/notebooks/grounded-sam-2-auto-label.ipynb) | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/grounded-sam-2-auto-label.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/grounded-sam-2-auto-label.ipynb) | [![Roboflow](https://raw.githubusercontent.com/roboflow-ai/notebooks/main/assets/badges/roboflow-blogpost.svg)](https://blog.roboflow.com/what-is-segment-anything-2) | [![GitHub](https://badges.aleen42.com/src/github.svg)](https://github.com/facebookresearch/segment-anything-2) |
136136
| [Run YOLOv7 Object Detection with 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) [![arXiv](https://img.shields.io/badge/arXiv-2207.02696-b31b1b.svg)](https://arxiv.org/abs/2207.02696)|

automation/notebooks-table-data.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
display_name, notebook_name, roboflow_blogpost_path, youtube_video_path, github_repository_path, arxiv_index, should_open_in_sagemaker_labs, readme_section
2-
Detect NBA 3 Second Violations with AI, detect-nba-3-second-violations-with-ai.ipynb, , , , , False, skills
2+
Basketball AI: Detect NBA 3 Second Violation, basketball-ai-automatic-detection-of-3-second-violations.ipynb, https://blog.roboflow.com/detect-3-second-violation-ai-basketball, , , , False, skills
33
Zero-Shot Object Detection and Segmentation with Google Gemini 2.5, zero-shot-object-detection-and-segmentation-with-google-gamini-2-5.ipynb, , , ,2507.06261, False, models
44
How to Track Objects with SORT Tracker, how-to-track-objects-with-sort-tracker.ipynb, , , https://github.com/roboflow/trackers, 1602.00763, False, trackers
55
How to Track Objects with DeepSORT Tracker, how-to-track-objects-with-deepsort-tracker.ipynb, , , https://github.com/roboflow/trackers, 1703.07402, False, trackers

notebooks/detect-nba-3-second-violations-with-ai.ipynb renamed to notebooks/basketball-ai-automatic-detection-of-3-second-violations.ipynb

Lines changed: 1151 additions & 1635 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)