Embeddable benchmark widgets + RF-DETR lineup sync - #11
Merged
Conversation
- Themed scatter embed (light/dark/system) with hover tooltip + click-through to model pages - Embed builder at /embed-builder: live preview, theme/data-source controls, copy snippet, docs - Additional embed widgets: pareto, model card, family table, leaderboard, speed breakdown - Family overview pages for /model/yolov9 and /model/yolonas - Site-wide feedback button (issue-creator) hidden on /embed/* iframe routes - Footer link + sitemap entry for the embed builder
- Responsive aspect-ratio embed so a fixed iframe height no longer forces a scrollbar; reset body margin and hide overflow on the scatter page. - Figure title + subtitle (overridable via title/subtitle params); English subtitle with no middot separators. - visionanalysis.org rendered as a hoverable, clickable link; legend centered. - Embed builder emits the responsive snippet and a max-width control instead of a fixed height.
Populate the three placeholder RF-DETR rows so they plot on the accuracy-vs-size scatter (needs paramsM>0 and paperReportedMap!=null): rfdetr-n: paramsM 30.5, mAP50-95 48.4, inputSize 384 rfdetr-s: paramsM 32.1, mAP50-95 53.0, inputSize 512 rfdetr-m: paramsM 33.7, mAP50-95 54.7, inputSize 576 All COCO AP50:95 / params / resolution values are the authors' reported numbers from the official Roboflow rf-detr detection benchmark table (each variant reported at its native resolution), cross-checked across three sources: - local clone README: rf-detr/README.md (detection table, lines 55-62/167-171) - local clone README: rfdetr-upstream/README.md (identical table) - live https://github.com/roboflow/rf-detr README releaseDate set to 2026-02-23 (v1.5.0, where the N/S/M detection variants were introduced per rf-detr/CHANGELOG.md). flopsG left at 0: RF-DETR does not publish FLOPs for these variants. License Apache-2.0 and inLibreYOLO:true unchanged. rfdetr-b / rfdetr-l untouched.
- rfdetr-l: correct stale old-lineup metadata to the new Apache Large (paramsM 128->33.9, inputSizeDefault 560->704, mAP 55.5->56.5, flopsG 340->0/unknown, releaseDate 2026-02-23). The id already maps to LibreRFDETRl.pt @704 in benchmarks/parity/compare, only specs were stale. - remove rfdetr-b (old Base): deprecated upstream (FutureWarning, removal in v2.0), not shipped by LibreYOLO, no benchmark submissions. Drop its two name-map aliases in transform.ts and the compat test. RF-DETR family is now n/s/m/l, all Apache-2.0, all on HuggingFace. XL/2XL intentionally excluded (PML license).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brings the embed-widgets feature branch into main. Already deployed and verified on production visionanalysis.org.
Commits:
RF-DETR is now N/S/M/L, all Apache-2.0, all on HuggingFace; XL/2XL excluded (PML license).