Advertisement
nerdschleife

Sample RTPD setup

Apr 11th, 2025
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.05 KB | None | 0 0
  1. {
  2.             "id" : "leftfrontedge",
  3.             "label" : "Left Front Edge",
  4.             "infoImage" : "https://d1wrvykic4c0bh.cloudfront.net/assets/instruction-page/van/leftfrontedge.png",
  5.             "index" : NumberInt(1),
  6.             "mandatory" : false,
  7.             "personPostureUrl" : "https://d1wrvykic4c0bh.cloudfront.net/assets/overlays/IMPROVEMENTS/Kneelevelv2.svg",
  8.             "overlayUrl" : {
  9.                 "portrait" : "https://d1wrvykic4c0bh.cloudfront.net/assets/overlays/vansV2/SWB/leftfrontedge.svg",
  10.                 "landscape" : "https://d1wrvykic4c0bh.cloudfront.net/assets/overlays/vansV2/SWB/leftfrontedge.svg"
  11.             },
  12.             "excludeBBoxesOfPanels" : [
  13.                 "leftfender"
  14.             ],
  15.             "panels" : [
  16.                 "leftfender"
  17.             ],
  18.             "imageDataAsUrl" : "",
  19.             "closeToZeroThreshold" : 0.02,
  20.             "closeToOneThreshold" : 0.98,
  21.             "panelsV2" : [
  22.                 {
  23.                     "panel" : "frontbumper",
  24.                     "threshold" : 0.2
  25.                 },
  26.                 {
  27.                     "panel" : "leftheadlamp",
  28.                     "threshold" : 0.4
  29.                 },
  30.                 {
  31.                     "panel" : "leftfender",
  32.                     "threshold" : 0.2
  33.                 }
  34.             ],
  35.             "negativeExc" : [
  36.                 {
  37.                     "panel" : "rightfender",
  38.                     "threshold" : 0.3
  39.                 },
  40.                 {
  41.                     "panel" : "rightfrontdoor",
  42.                     "threshold" : 0.3
  43.                 }
  44.             ],
  45.             "scoreIndex" : NumberInt(2),
  46.             "classIndex" : NumberInt(7),
  47.             "mlCheckOnCapturedImage" : true,
  48.             "modelUrl" : "https://d2vj2hjmem6f2u.cloudfront.net/cq-assets/public_models/tfjs_model/detection_model/Van/model.json",
  49.             "tfliteModelUrl" : "https://d1wrvykic4c0bh.cloudfront.net/assets/public_models/tflite_models/detection_models/yolo/vanmodel_new_fp16_20250228_v2.tflite"
  50.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement