output.json 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754
  1. {
  2. "safe": null,
  3. "function": {
  4. "functionACC": {
  5. "followSpeedDeviation": {
  6. "name": "跟车速度偏差",
  7. "unit": "yy",
  8. "weight": 0.4,
  9. "priority": "0",
  10. "paramList": [
  11. {
  12. "kind": "-1",
  13. "optimal": "2",
  14. "multiple": [
  15. "0.2",
  16. "5"
  17. ],
  18. "spare": [
  19. {
  20. "param": null
  21. },
  22. {
  23. "param": null
  24. }
  25. ]
  26. }
  27. ]
  28. },
  29. "followDistanceDeviation": {
  30. "name": "跟车距离偏差",
  31. "unit": "yy",
  32. "weight": 0.4,
  33. "priority": "0",
  34. "paramList": [
  35. {
  36. "kind": "-1",
  37. "optimal": "3",
  38. "multiple": [
  39. "0.5",
  40. "2"
  41. ],
  42. "spare": [
  43. {
  44. "param": null
  45. },
  46. {
  47. "param": null
  48. }
  49. ]
  50. }
  51. ]
  52. },
  53. "followStopDistance": {
  54. "name": "跟停距离",
  55. "unit": "yy",
  56. "weight": 0.2,
  57. "priority": "0",
  58. "paramList": [
  59. {
  60. "kind": "1",
  61. "optimal": "4",
  62. "multiple": [
  63. "0.25",
  64. "4"
  65. ],
  66. "spare": [
  67. {
  68. "param": null
  69. },
  70. {
  71. "param": null
  72. }
  73. ]
  74. }
  75. ]
  76. }
  77. },
  78. "functionLKA": {
  79. "ldw_miss_warning_count": {
  80. "name": "车道偏离漏预警次数",
  81. "unit": "yy",
  82. "weight": 0.1,
  83. "priority": "1",
  84. "paramList": [
  85. {
  86. "kind": "-1",
  87. "optimal": "1",
  88. "multiple": [
  89. "0.5",
  90. "5"
  91. ],
  92. "spare": [
  93. {
  94. "param": null
  95. },
  96. {
  97. "param": null
  98. }
  99. ]
  100. }
  101. ]
  102. },
  103. "laneDistance": {
  104. "name": "与近侧车道线的横向距离",
  105. "unit": "yy",
  106. "weight": 0.1,
  107. "priority": "0",
  108. "paramList": [
  109. {
  110. "kind": "1",
  111. "optimal": "1.1",
  112. "multiple": [
  113. "0.33",
  114. "3"
  115. ],
  116. "spare": [
  117. {
  118. "param": null
  119. },
  120. {
  121. "param": null
  122. }
  123. ]
  124. }
  125. ]
  126. },
  127. "centerDistanceExpectation": {
  128. "name": "车道中心线横向距离分布期望",
  129. "unit": "yy",
  130. "weight": 0.1,
  131. "priority": "1",
  132. "paramList": [
  133. {
  134. "kind": "-1",
  135. "optimal": "0.15",
  136. "multiple": [
  137. "0.33",
  138. "3"
  139. ],
  140. "spare": [
  141. {
  142. "param": null
  143. },
  144. {
  145. "param": null
  146. }
  147. ]
  148. }
  149. ]
  150. },
  151. "centerDistanceStandardDeviation": {
  152. "name": "车道中心线横向距离分布标准差",
  153. "unit": "yy",
  154. "weight": 0.1,
  155. "priority": "0",
  156. "paramList": [
  157. {
  158. "kind": "-1",
  159. "optimal": "0.2",
  160. "multiple": [
  161. "0.33",
  162. "3"
  163. ],
  164. "spare": [
  165. {
  166. "param": null
  167. },
  168. {
  169. "param": null
  170. }
  171. ]
  172. }
  173. ]
  174. },
  175. "centerDistanceMax": {
  176. "name": "车道中心线横向距离分布最大值",
  177. "unit": "yy",
  178. "weight": 0.1,
  179. "priority": "1",
  180. "paramList": [
  181. {
  182. "kind": "-1",
  183. "optimal": "0.5",
  184. "multiple": [
  185. "0.33",
  186. "3"
  187. ],
  188. "spare": [
  189. {
  190. "param": null
  191. },
  192. {
  193. "param": null
  194. }
  195. ]
  196. }
  197. ]
  198. },
  199. "centerDistanceMin": {
  200. "name": "车道中心线横向距离分布最小值",
  201. "unit": "yy",
  202. "weight": 0.1,
  203. "priority": "1",
  204. "paramList": [
  205. {
  206. "kind": "-1",
  207. "optimal": "0.5",
  208. "multiple": [
  209. "0.33",
  210. "3"
  211. ],
  212. "spare": [
  213. {
  214. "param": null
  215. },
  216. {
  217. "param": null
  218. }
  219. ]
  220. }
  221. ]
  222. },
  223. "centerDistanceFrequency": {
  224. "name": "横向相对位置震荡频率",
  225. "unit": "yy",
  226. "weight": 0.1,
  227. "priority": "1",
  228. "paramList": [
  229. {
  230. "kind": "-1",
  231. "optimal": "0.1",
  232. "multiple": [
  233. "0.33",
  234. "3"
  235. ],
  236. "spare": [
  237. {
  238. "param": null
  239. },
  240. {
  241. "param": null
  242. }
  243. ]
  244. }
  245. ]
  246. },
  247. "centerDistanceRange": {
  248. "name": "横向相对位置震荡极差",
  249. "unit": "yy",
  250. "weight": 0.1,
  251. "priority": "1",
  252. "paramList": [
  253. {
  254. "kind": "-1",
  255. "optimal": "0.7",
  256. "multiple": [
  257. "0.33",
  258. "3"
  259. ],
  260. "spare": [
  261. {
  262. "param": null
  263. },
  264. {
  265. "param": null
  266. }
  267. ]
  268. }
  269. ]
  270. }
  271. },
  272. "functionLDW": {
  273. "ldw_miss_warning_count3": {
  274. "name": "车道偏离漏预警次数3",
  275. "unit": "yy",
  276. "weight": 0.1,
  277. "priority": "1",
  278. "paramList": [
  279. {
  280. "kind": "-1",
  281. "optimal": "1",
  282. "multiple": [
  283. "0.5",
  284. "10"
  285. ],
  286. "spare": [
  287. {
  288. "param": null
  289. },
  290. {
  291. "param": null
  292. }
  293. ]
  294. }
  295. ]
  296. }
  297. }
  298. },
  299. "comfort": {
  300. "comfortLat": {
  301. "zigzag": {
  302. "name": "画龙",
  303. "unit": "yy",
  304. "weight": 0.1,
  305. "priority": "0",
  306. "paramList": [
  307. {
  308. "kind": "-1",
  309. "optimal": "1",
  310. "multiple": [
  311. "0.2",
  312. "5"
  313. ],
  314. "spare": [
  315. {
  316. "param": null
  317. },
  318. {
  319. "param": null
  320. }
  321. ]
  322. },
  323. {
  324. "kind": "-1",
  325. "optimal": "10",
  326. "multiple": [
  327. "0.2",
  328. "5"
  329. ],
  330. "spare": [
  331. {
  332. "param": null
  333. },
  334. {
  335. "param": null
  336. }
  337. ]
  338. },
  339. {
  340. "kind": "-1",
  341. "optimal": "3",
  342. "multiple": [
  343. "0.2",
  344. "5"
  345. ],
  346. "spare": [
  347. {
  348. "param": null
  349. },
  350. {
  351. "param": null
  352. }
  353. ]
  354. }
  355. ]
  356. },
  357. "shake": {
  358. "name": "晃动",
  359. "unit": "yy",
  360. "weight": 0.9,
  361. "priority": "0",
  362. "paramList": [
  363. {
  364. "kind": "-1",
  365. "optimal": "1",
  366. "multiple": [
  367. "0.2",
  368. "5"
  369. ],
  370. "spare": [
  371. {
  372. "param": null
  373. },
  374. {
  375. "param": null
  376. }
  377. ]
  378. },
  379. {
  380. "kind": "-1",
  381. "optimal": "10",
  382. "multiple": [
  383. "0.2",
  384. "5"
  385. ],
  386. "spare": [
  387. {
  388. "param": null
  389. },
  390. {
  391. "param": null
  392. }
  393. ]
  394. },
  395. {
  396. "kind": "-1",
  397. "optimal": "3",
  398. "multiple": [
  399. "0.2",
  400. "5"
  401. ],
  402. "spare": [
  403. {
  404. "param": null
  405. },
  406. {
  407. "param": null
  408. }
  409. ]
  410. }
  411. ]
  412. }
  413. },
  414. "comfortLon": {
  415. "cadence": {
  416. "name": "顿挫",
  417. "unit": "yy",
  418. "weight": 0.5,
  419. "priority": "0",
  420. "paramList": [
  421. {
  422. "kind": "-1",
  423. "optimal": "1",
  424. "multiple": [
  425. "0.2",
  426. "5"
  427. ],
  428. "spare": [
  429. {
  430. "param": null
  431. },
  432. {
  433. "param": null
  434. }
  435. ]
  436. },
  437. {
  438. "kind": "-1",
  439. "optimal": "10",
  440. "multiple": [
  441. "0.2",
  442. "5"
  443. ],
  444. "spare": [
  445. {
  446. "param": null
  447. },
  448. {
  449. "param": null
  450. }
  451. ]
  452. },
  453. {
  454. "kind": "-1",
  455. "optimal": "5",
  456. "multiple": [
  457. "0.2",
  458. "5"
  459. ],
  460. "spare": [
  461. {
  462. "param": null
  463. },
  464. {
  465. "param": null
  466. }
  467. ]
  468. }
  469. ]
  470. },
  471. "slamAccelerate": {
  472. "name": "急加速",
  473. "unit": "yy",
  474. "weight": 0.4,
  475. "priority": "1",
  476. "paramList": [
  477. {
  478. "kind": "-1",
  479. "optimal": "1",
  480. "multiple": [
  481. "0.2",
  482. "5"
  483. ],
  484. "spare": [
  485. {
  486. "param": null
  487. },
  488. {
  489. "param": null
  490. }
  491. ]
  492. },
  493. {
  494. "kind": "-1",
  495. "optimal": "10",
  496. "multiple": [
  497. "0.2",
  498. "5"
  499. ],
  500. "spare": [
  501. {
  502. "param": null
  503. },
  504. {
  505. "param": null
  506. }
  507. ]
  508. },
  509. {
  510. "kind": "-1",
  511. "optimal": "5",
  512. "multiple": [
  513. "0.2",
  514. "5"
  515. ],
  516. "spare": [
  517. {
  518. "param": null
  519. },
  520. {
  521. "param": null
  522. }
  523. ]
  524. }
  525. ]
  526. }
  527. }
  528. },
  529. "efficient": {
  530. "efficientDrive": {
  531. "averageSpeed": {
  532. "name": "平均速度",
  533. "unit": "yy",
  534. "weight": 1.0,
  535. "priority": "1",
  536. "paramList": [
  537. {
  538. "kind": "0",
  539. "optimal": "30",
  540. "multiple": [
  541. "0",
  542. "1"
  543. ],
  544. "spare": [
  545. {
  546. "param": null
  547. },
  548. {
  549. "param": null
  550. }
  551. ]
  552. }
  553. ]
  554. }
  555. },
  556. "efficientStop": {
  557. "stopDuration": {
  558. "name": "停车时长",
  559. "unit": "yy",
  560. "weight": 1.0,
  561. "priority": "0",
  562. "paramList": [
  563. {
  564. "kind": "-1",
  565. "optimal": "5",
  566. "multiple": [
  567. "0.33",
  568. "3"
  569. ],
  570. "spare": [
  571. {
  572. "param": null
  573. },
  574. {
  575. "param": null
  576. }
  577. ]
  578. }
  579. ]
  580. }
  581. }
  582. },
  583. "compliance": {
  584. "deduct1": {
  585. "overspeed10": {
  586. "name": "超速10%以下",
  587. "unit": null,
  588. "weight": 0.5
  589. },
  590. "overspeed10_20": {
  591. "name": "超速10%-20%",
  592. "unit": "yy",
  593. "weight": 0.5
  594. }
  595. },
  596. "deduct3": {
  597. "pressSolidLine": {
  598. "name": "压实线",
  599. "unit": "yy",
  600. "weight": 1.0
  601. }
  602. },
  603. "deduct6": {
  604. "runRedLight": {
  605. "name": "闯红灯",
  606. "unit": "yy",
  607. "weight": 0.5
  608. },
  609. "overspeed20_50": {
  610. "name": "超速20%-50%",
  611. "unit": "yy",
  612. "weight": 0.5
  613. }
  614. },
  615. "deduct12": {
  616. "overspeed50": {
  617. "name": "超速50%以上",
  618. "unit": "yy",
  619. "weight": 1.0
  620. }
  621. }
  622. },
  623. "customTest": {
  624. "customType": {
  625. "ldw_miss_warning_count4": {
  626. "name": "车道偏离漏预警次数4",
  627. "unit": "yy",
  628. "weight": 0.5,
  629. "priority": "1",
  630. "paramList": [
  631. {
  632. "kind": "-1",
  633. "optimal": "1",
  634. "multiple": [
  635. "0.5",
  636. "25"
  637. ],
  638. "spare": [
  639. {
  640. "param": null
  641. },
  642. {
  643. "param": null
  644. }
  645. ]
  646. }
  647. ]
  648. },
  649. "ldw_miss_warning_count2": {
  650. "name": "车道偏离漏预警次数2",
  651. "unit": "yy",
  652. "weight": 0.5,
  653. "priority": "1",
  654. "paramList": [
  655. {
  656. "kind": "-1",
  657. "optimal": "1",
  658. "multiple": [
  659. "0.5",
  660. "15"
  661. ],
  662. "spare": [
  663. {
  664. "param": null
  665. },
  666. {
  667. "param": null
  668. }
  669. ]
  670. }
  671. ]
  672. }
  673. }
  674. },
  675. "typeWeight": {
  676. "customTest": {
  677. "customType": 1.0
  678. },
  679. "safe": {
  680. "safeDistance": 0.2,
  681. "safeAcceleration": 0.3,
  682. "safeProbability": 0.2,
  683. "customType": 0.3
  684. },
  685. "efficient": {
  686. "efficientDrive": 0.5,
  687. "efficientStop": 0.5
  688. },
  689. "comfort": {
  690. "comfortLat": 0.5,
  691. "comfortLon": 0.5
  692. },
  693. "compliance": {
  694. "deduct1": 0.2,
  695. "deduct3": 0.2,
  696. "deduct6": 0.2,
  697. "deduct12": 0.4
  698. },
  699. "function": {
  700. "functionACC": 0.4,
  701. "functionLKA": 0.5,
  702. "functionLDW": 0.1
  703. }
  704. },
  705. "typeName": {
  706. "customTest": {
  707. "customType": "自定义x类型"
  708. },
  709. "efficient": {
  710. "efficientDrive": "行驶",
  711. "efficientStop": "停车"
  712. },
  713. "compliance": {
  714. "deduct1": "轻微违规(扣1分)",
  715. "deduct3": "中等违规(扣3分)",
  716. "deduct6": "危险违规(扣6分)",
  717. "deduct12": "重大违规(扣12分)"
  718. },
  719. "function": {
  720. "functionACC": "ACC",
  721. "functionLKA": "LKA",
  722. "functionLDW": "LDW"
  723. },
  724. "safe": {
  725. "safeTime": "时间类型",
  726. "safeDistance": "距离类型",
  727. "safeAcceleration": "加速度类型",
  728. "safeProbability": "概率类型",
  729. "customType": "自定义x类型"
  730. },
  731. "comfort": {
  732. "comfortLat": "横向舒适性",
  733. "comfortLon": "纵向舒适性"
  734. }
  735. },
  736. "dimensionWeight": {
  737. "customTest": 0.1,
  738. "safe": 0.2,
  739. "function": 0.2,
  740. "compliance": 0.2,
  741. "comfort": 0.1,
  742. "efficient": 0.2
  743. },
  744. "dimensionName": {
  745. "customTest": "自定义x维度",
  746. "efficient": "高效性",
  747. "compliance": "合规性",
  748. "function": "功能性",
  749. "safe": "安全性",
  750. "comfort": "舒适性"
  751. },
  752. "scoreModel1": "builtin",
  753. "scoreModel": "linear_score"
  754. }