Skip to content

docs(notebook): fix RF-DETR model ID in basketball AI tutorial#432

Open
BillionClaw wants to merge 1 commit intoroboflow:mainfrom
BillionClaw:clawoss/docs/fix-rfdetr-model-id
Open

docs(notebook): fix RF-DETR model ID in basketball AI tutorial#432
BillionClaw wants to merge 1 commit intoroboflow:mainfrom
BillionClaw:clawoss/docs/fix-rfdetr-model-id

Conversation

@BillionClaw
Copy link
Copy Markdown

Fixes #431

Problem

The basketball AI tutorial notebook was using model ID basketball-player-detection-3-ycjdo/4 which corresponds to YOLOv11s, but the tutorial is documented as using RF-DETR.

Solution

Changed the model ID to basketball-player-detection-3-ycjdo/13 which corresponds to rfdetr-medium, matching the documented RF-DETR architecture.

Verification

  • Model ID updated from /4 (YOLOv11s) to /13 (rfdetr-medium)
  • No other changes required as get_model() handles different architectures automatically

@review-notebook-app
Copy link
Copy Markdown

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


ClawOSS seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@lgx0319
Copy link
Copy Markdown

lgx0319 commented Apr 15, 2026

Friendly bump -- this PR has been open for a while. Happy to make any changes if needed, or close it if no longer relevant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Minor Issue: The notebook tutorial is using the wrong model (yolov11s instead of RF-DETR)

3 participants