Magzimilian Claude Fable 5 commited on
Commit
3d4f9cc
·
1 Parent(s): b1cd606

Embed video demos for RF-DETR Base and DINOv3

Browse files

Threshold-sweep and patch-similarity anchor-sweep MP4s, both rendered
from real FP16/INT8 TensorRT engines on Jetson devices.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

Files changed (1) hide show
  1. config.json +24 -2
config.json CHANGED
@@ -314,7 +314,18 @@
314
  "agx_orin": "Measurement setup: trtexec, --builderOptimizationLevel=5, profile flags --useCudaGraph --useSpinWait --noDataTransfers --warmUp=2000 --duration=10; GPU compute time only; Jetson clocks locked (nvpmodel -m 0 + jetson_clocks). Embedl INT8 (--fp16 --int8, calibrated Q/DQ) vs FP16 baseline of the unmodified model."
315
  },
316
  "accuracy_file": "data/acc-DINOv3-ViT-B16.csv",
317
- "accuracy_title": "imagenette k-NN top-1 (%)"
 
 
 
 
 
 
 
 
 
 
 
318
  },
319
  "SAM3": {
320
  "data_file": "data/SAM3.csv",
@@ -442,7 +453,18 @@
442
  },
443
  "default_device": "orin_nano_super",
444
  "accuracy_file": "data/acc-RF-DETR-Base.csv",
445
- "accuracy_title": "COCO"
 
 
 
 
 
 
 
 
 
 
 
446
  }
447
  },
448
  "accuracy_title": "Accuracy"
 
314
  "agx_orin": "Measurement setup: trtexec, --builderOptimizationLevel=5, profile flags --useCudaGraph --useSpinWait --noDataTransfers --warmUp=2000 --duration=10; GPU compute time only; Jetson clocks locked (nvpmodel -m 0 + jetson_clocks). Embedl INT8 (--fp16 --int8, calibrated Q/DQ) vs FP16 baseline of the unmodified model."
315
  },
316
  "accuracy_file": "data/acc-DINOv3-ViT-B16.csv",
317
+ "accuracy_title": "imagenette k-NN top-1 (%)",
318
+ "demo": {
319
+ "title": "FP16 vs INT8 Feature Quality",
320
+ "clips": [
321
+ {
322
+ "video": "https://huggingface.co/datasets/embedl/documentation-images/resolve/main/dinov3-quantized-tensorrt/anchor_sweep_dog.mp4",
323
+ "label": "Patch Similarity Anchor Sweep",
324
+ "inference_setup": "224×224 · batch 1 · Jetson AGX Orin",
325
+ "citation": "Cosine similarity of every patch to a moving anchor, computed from TensorRT FP16 and Embedl INT8 engine features side by side. Real engine outputs captured on an NVIDIA Jetson AGX Orin."
326
+ }
327
+ ]
328
+ }
329
  },
330
  "SAM3": {
331
  "data_file": "data/SAM3.csv",
 
453
  },
454
  "default_device": "orin_nano_super",
455
  "accuracy_file": "data/acc-RF-DETR-Base.csv",
456
+ "accuracy_title": "COCO",
457
+ "demo": {
458
+ "title": "FP16 vs INT8, Real Engine Outputs",
459
+ "clips": [
460
+ {
461
+ "video": "https://huggingface.co/datasets/embedl/documentation-images/resolve/main/rf-detr-base-quantized-tensorrt/threshold_sweep_street.mp4",
462
+ "label": "Confidence Threshold Sweep",
463
+ "inference_setup": "560×560 · batch 1 · Jetson Orin Nano Super",
464
+ "citation": "Side-by-side detections from the TensorRT FP16 baseline (left) and the Embedl INT8 engine (right) as the confidence threshold sweeps 0.80 → 0.30. Both panels are real engine outputs captured on an NVIDIA Jetson Orin Nano Super."
465
+ }
466
+ ]
467
+ }
468
  }
469
  },
470
  "accuracy_title": "Accuracy"