generate_figures¶
generate_figures
¶
Generate publication-quality EPS figures for the CVPR paper.
fig_height_pitch_heatmap
¶
Figure: Joint height x pitch sensitivity heatmap for 1-camera deployment.
Source code in generate_figures.py
fig_ar_curve
¶
Figure: AR vs bbox area curve from eval cache, with distance annotations.
Source code in generate_figures.py
fig_deployment_comparison
¶
Figure: Bar chart comparing 1-cam vs 2-cam across road widths, default vs optimized height.
Source code in generate_figures.py
fig_pipeline_comparison
¶
Figure: Sensitivity vs specificity scatter for pipeline configs.
Source code in generate_figures.py
fig_combined_pipeline_heatmap
¶
Two-column figure: pipeline scatter (left) + height-pitch heatmap (right).
Source code in generate_figures.py
fig_warning_budget
¶
Figure: Warning budget per danger scenario with PRT thresholds.
Runs the testbench to get live data rather than using stale hardcoded values.
Source code in generate_figures.py
269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 | |