Subh775 commited on
Commit
f1b833a
·
1 Parent(s): a4a4430

hopeless border fix..

Browse files
Files changed (1) hide show
  1. frontend/vehicles.html +38 -37
frontend/vehicles.html CHANGED
@@ -96,8 +96,8 @@
96
 
97
  <!-- TAB: About -->
98
  <div id="tab-about" class="hidden flex-1 min-h-0 overflow-y-auto">
99
- <div
100
- class="bg-black border border-slate-800 rounded-xl p-12 shadow-2xl space-y-8 min-h-full flex flex-col justify-center">
101
  <div class="text-center">
102
  <p class="text-sm italic font-bold leading-relaxed max-w-3xl mx-auto"
103
  style="color:#c89a6c;font-family:'Montserrat',sans-serif">
@@ -132,7 +132,7 @@
132
  </p>
133
  </div>
134
 
135
- <div class="grid grid-cols-3 gap-8 pt-8 text-left border-t border-slate-900 max-w-5xl mx-auto">
136
  <div class="space-y-4">
137
  <h4 class="font-bold text-[13px] uppercase tracking-wider" style="color:#f0ece6">What You Get
138
  </h4>
@@ -205,7 +205,7 @@
205
  </div>
206
  </div>
207
 
208
- <div class="text-center pt-6 border-t border-slate-900">
209
  <p class="text-[13px] leading-relaxed" style="color:#888">
210
  We are an applied research team &mdash; that work on solving real problems, not controlled test
211
  environments.
@@ -219,6 +219,7 @@
219
  </div>
220
  </div>
221
  </div>
 
222
 
223
 
224
  <!-- Progress Bar (shared) -->
@@ -351,16 +352,16 @@
351
 
352
  <!-- TAB: Run -->
353
  <div id="tab-run-details" class="hidden flex-1 min-h-0 overflow-y-auto">
354
- <div class="space-y-6 w-full max-w-[1400px]">
355
 
356
  <!-- HERO: Process Analytics -->
357
  <div id="run-results-card"
358
- class="bg-white rounded-xl border border-slate-200 shadow-sm overflow-hidden flex flex-col">
359
- <div class="px-6 py-4 border-b border-slate-100 bg-slate-50/50 flex justify-between items-center">
360
  <div>
361
- <h3 class="font-bold text-slate-800 text-sm">Process Analytics</h3>
362
  <p
363
- class="text-[10px] text-slate-400 mt-0.5 uppercase tracking-widest font-medium text-center">
364
  Execution Telemetry</p>
365
  </div>
366
  <div class="flex items-center gap-3">
@@ -376,7 +377,7 @@
376
  <div class="p-8">
377
  <div id="run-results-content" class="grid grid-cols-3 gap-12">
378
  <div
379
- class="flex flex-col items-center justify-center p-8 border-2 border-dashed border-slate-100 rounded-2xl col-span-3 text-slate-300">
380
  <i class="fa-solid fa-chart-line text-4xl mb-4"></i>
381
  <span class="text-xs font-semibold">Initiate a run to view performance insights</span>
382
  </div>
@@ -386,27 +387,27 @@
386
 
387
  <!-- Technical Context Row -->
388
  <div class="grid grid-cols-2 gap-6">
389
- <div class="bg-white rounded-xl border border-slate-200 shadow-sm flex flex-col overflow-hidden">
390
- <div class="px-6 py-4 border-b border-slate-100 bg-slate-50/50">
391
- <h3 class="font-bold text-slate-800 text-sm">Stream Source Profile</h3>
392
  </div>
393
  <div class="p-6 space-y-4" id="panel-video"></div>
394
  </div>
395
- <div class="bg-white rounded-xl border border-slate-200 shadow-sm flex flex-col overflow-hidden">
396
- <div class="px-6 py-4 border-b border-slate-100 bg-slate-50/50">
397
- <h3 class="font-bold text-slate-800 text-sm">System Resource Utilization</h3>
398
  </div>
399
  <div class="p-6 space-y-4" id="panel-perf"></div>
400
  </div>
401
- <div class="bg-white rounded-xl border border-slate-200 shadow-sm flex flex-col overflow-hidden">
402
- <div class="px-6 py-4 border-b border-slate-100 bg-slate-50/50">
403
- <h3 class="font-bold text-slate-800 text-sm">Model Architecture &amp; Logic</h3>
404
  </div>
405
  <div class="p-6 space-y-4" id="panel-model"></div>
406
  </div>
407
- <div class="bg-white rounded-xl border border-slate-200 shadow-sm flex flex-col overflow-hidden">
408
- <div class="px-6 py-4 border-b border-slate-100 bg-slate-50/50">
409
- <h3 class="font-bold text-slate-800 text-sm">Inference Parameters</h3>
410
  </div>
411
  <div class="p-6 space-y-4" id="panel-infer"></div>
412
  </div>
@@ -416,9 +417,9 @@
416
  <div id="insights-panel" class="hidden">
417
  <div class="grid grid-cols-2 gap-6 mt-6">
418
  <div
419
- class="bg-white rounded-xl border border-slate-200 shadow-sm flex flex-col overflow-hidden">
420
- <div class="px-6 py-4 border-b border-slate-100 bg-slate-50/50">
421
- <h3 class="font-bold text-slate-800 text-sm flex items-center">Speed Distribution
422
  <span class="info-wrap"><span class="info-btn"><i
423
  class="fa-solid fa-info"></i></span>
424
  <span class="info-tip">Relative speed categories based on pixel displacement.
@@ -430,9 +431,9 @@
430
  </div>
431
  </div>
432
  <div
433
- class="bg-white rounded-xl border border-slate-200 shadow-sm flex flex-col overflow-hidden">
434
- <div class="px-6 py-4 border-b border-slate-100 bg-slate-50/50">
435
- <h3 class="font-bold text-slate-800 text-sm flex items-center">Congestion Insights
436
  <span class="info-wrap"><span class="info-btn"><i
437
  class="fa-solid fa-info"></i></span>
438
  <span class="info-tip">Automated peak detection and congestion
@@ -540,15 +541,15 @@
540
  <div id="tab-settings" class="hidden flex-1 min-h-0 overflow-y-auto">
541
  <div class="grid grid-cols-2 gap-6 w-full max-w-6xl mx-auto">
542
  <!-- Processing Parameters -->
543
- <div class="col-span-1 bg-black rounded-xl border border-slate-800 shadow-sm overflow-hidden flex flex-col">
544
- <div class="px-6 py-4 border-b border-slate-800 bg-[#050505]">
545
  <h3 class="font-bold text-white text-sm flex items-center">Inference Configuration Profile
546
  <span class="info-wrap ml-2">
547
  <span class="info-btn" style="background:#1a1a1a;color:#888"><i class="fa-solid fa-info"></i></span>
548
  <span class="info-tip">Figures and numbers below are auto-calculated for best performance.</span>
549
  </span>
550
  </h3>
551
- <p class="text-[10px] text-slate-400 mt-0.1 uppercase tracking-widest font-medium">Auto-configured pipeline parameters</p>
552
  </div>
553
  <div class="px-6 py-2 flex-1" id="settings-params">
554
  <div class="s-row" data-param="imgsz">
@@ -617,10 +618,10 @@
617
  </div>
618
 
619
  <!-- Artifact Generation Settings -->
620
- <div class="col-span-1 bg-black rounded-xl border border-slate-800 shadow-sm overflow-hidden flex flex-col">
621
- <div class="px-6 py-4 border-b border-slate-800 bg-[#050505]">
622
  <h3 class="font-bold text-white text-sm">Artifact Settings</h3>
623
- <p class="text-[10px] text-slate-400 mt-0.1 uppercase tracking-widest font-medium">Configured visual overlay options</p>
624
  </div>
625
  <div class="px-6 py-4 flex-1 flex flex-col">
626
  <div class="s-row" data-param="report">
@@ -737,11 +738,11 @@
737
  <!-- TAB: Quick Help -->
738
  <div id="tab-help" class="hidden flex-1 min-h-0 overflow-y-auto">
739
  <div class="max-w-6xl mx-auto space-y-6">
740
- <div class="bg-black border border-slate-800 rounded-xl overflow-hidden shadow-sm">
741
- <div class="px-6 py-4 border-b border-slate-800 bg-[#050505] flex justify-between items-center">
742
  <div>
743
  <h3 class="font-bold text-white text-sm flex items-center">Knowledge Center</h3>
744
- <p class="text-[10px] text-slate-400 mt-0.1 uppercase tracking-widest font-medium">Quick
745
  assistance and platform documentation</p>
746
  </div>
747
  </div>
 
96
 
97
  <!-- TAB: About -->
98
  <div id="tab-about" class="hidden flex-1 min-h-0 overflow-y-auto">
99
+ <div class="max-w-6xl mx-auto w-full">
100
+ <div class="bg-black border rounded-xl p-12 shadow-2xl space-y-8 flex flex-col justify-center" style="border-color:#2a2a2a">
101
  <div class="text-center">
102
  <p class="text-sm italic font-bold leading-relaxed max-w-3xl mx-auto"
103
  style="color:#c89a6c;font-family:'Montserrat',sans-serif">
 
132
  </p>
133
  </div>
134
 
135
+ <div class="grid grid-cols-3 gap-8 pt-8 text-left border-t max-w-5xl mx-auto" style="border-color:#1a1a1a">
136
  <div class="space-y-4">
137
  <h4 class="font-bold text-[13px] uppercase tracking-wider" style="color:#f0ece6">What You Get
138
  </h4>
 
205
  </div>
206
  </div>
207
 
208
+ <div class="text-center pt-6 border-t" style="border-color:#1a1a1a">
209
  <p class="text-[13px] leading-relaxed" style="color:#888">
210
  We are an applied research team &mdash; that work on solving real problems, not controlled test
211
  environments.
 
219
  </div>
220
  </div>
221
  </div>
222
+ </div>
223
 
224
 
225
  <!-- Progress Bar (shared) -->
 
352
 
353
  <!-- TAB: Run -->
354
  <div id="tab-run-details" class="hidden flex-1 min-h-0 overflow-y-auto">
355
+ <div class="space-y-6 w-full max-w-[1400px] mx-auto">
356
 
357
  <!-- HERO: Process Analytics -->
358
  <div id="run-results-card"
359
+ class="bg-white rounded-xl border shadow-sm overflow-hidden flex flex-col" style="border-color:#2a2a2a">
360
+ <div class="px-6 py-4 border-b flex justify-between items-center" style="border-color:#1a1a1a;background:#050505">
361
  <div>
362
+ <h3 class="font-bold text-sm" style="color:#f0ece6">Process Analytics</h3>
363
  <p
364
+ class="text-[10px] mt-0.5 uppercase tracking-widest font-medium text-center" style="color:#a89f97">
365
  Execution Telemetry</p>
366
  </div>
367
  <div class="flex items-center gap-3">
 
377
  <div class="p-8">
378
  <div id="run-results-content" class="grid grid-cols-3 gap-12">
379
  <div
380
+ class="flex flex-col items-center justify-center p-8 border-2 border-dashed rounded-2xl col-span-3" style="border-color:#2a2a2a;color:#777">
381
  <i class="fa-solid fa-chart-line text-4xl mb-4"></i>
382
  <span class="text-xs font-semibold">Initiate a run to view performance insights</span>
383
  </div>
 
387
 
388
  <!-- Technical Context Row -->
389
  <div class="grid grid-cols-2 gap-6">
390
+ <div class="bg-white rounded-xl border shadow-sm flex flex-col overflow-hidden" style="border-color:#2a2a2a">
391
+ <div class="px-6 py-4 border-b" style="border-color:#1a1a1a;background:#050505">
392
+ <h3 class="font-bold text-sm" style="color:#f0ece6">Stream Source Profile</h3>
393
  </div>
394
  <div class="p-6 space-y-4" id="panel-video"></div>
395
  </div>
396
+ <div class="bg-white rounded-xl border shadow-sm flex flex-col overflow-hidden" style="border-color:#2a2a2a">
397
+ <div class="px-6 py-4 border-b" style="border-color:#1a1a1a;background:#050505">
398
+ <h3 class="font-bold text-sm" style="color:#f0ece6">System Resource Utilization</h3>
399
  </div>
400
  <div class="p-6 space-y-4" id="panel-perf"></div>
401
  </div>
402
+ <div class="bg-white rounded-xl border shadow-sm flex flex-col overflow-hidden" style="border-color:#2a2a2a">
403
+ <div class="px-6 py-4 border-b" style="border-color:#1a1a1a;background:#050505">
404
+ <h3 class="font-bold text-sm" style="color:#f0ece6">Model Architecture &amp; Logic</h3>
405
  </div>
406
  <div class="p-6 space-y-4" id="panel-model"></div>
407
  </div>
408
+ <div class="bg-white rounded-xl border shadow-sm flex flex-col overflow-hidden" style="border-color:#2a2a2a">
409
+ <div class="px-6 py-4 border-b" style="border-color:#1a1a1a;background:#050505">
410
+ <h3 class="font-bold text-sm" style="color:#f0ece6">Inference Parameters</h3>
411
  </div>
412
  <div class="p-6 space-y-4" id="panel-infer"></div>
413
  </div>
 
417
  <div id="insights-panel" class="hidden">
418
  <div class="grid grid-cols-2 gap-6 mt-6">
419
  <div
420
+ class="bg-white rounded-xl border shadow-sm flex flex-col overflow-hidden" style="border-color:#2a2a2a">
421
+ <div class="px-6 py-4 border-b" style="border-color:#1a1a1a;background:#050505">
422
+ <h3 class="font-bold text-sm flex items-center" style="color:#f0ece6">Speed Distribution
423
  <span class="info-wrap"><span class="info-btn"><i
424
  class="fa-solid fa-info"></i></span>
425
  <span class="info-tip">Relative speed categories based on pixel displacement.
 
431
  </div>
432
  </div>
433
  <div
434
+ class="bg-white rounded-xl border shadow-sm flex flex-col overflow-hidden" style="border-color:#2a2a2a">
435
+ <div class="px-6 py-4 border-b" style="border-color:#1a1a1a;background:#050505">
436
+ <h3 class="font-bold text-sm flex items-center" style="color:#f0ece6">Congestion Insights
437
  <span class="info-wrap"><span class="info-btn"><i
438
  class="fa-solid fa-info"></i></span>
439
  <span class="info-tip">Automated peak detection and congestion
 
541
  <div id="tab-settings" class="hidden flex-1 min-h-0 overflow-y-auto">
542
  <div class="grid grid-cols-2 gap-6 w-full max-w-6xl mx-auto">
543
  <!-- Processing Parameters -->
544
+ <div class="col-span-1 bg-black rounded-xl border shadow-sm overflow-hidden flex flex-col" style="border-color:#2a2a2a">
545
+ <div class="px-6 py-4 border-b" style="border-color:#1a1a1a;background:#050505">
546
  <h3 class="font-bold text-white text-sm flex items-center">Inference Configuration Profile
547
  <span class="info-wrap ml-2">
548
  <span class="info-btn" style="background:#1a1a1a;color:#888"><i class="fa-solid fa-info"></i></span>
549
  <span class="info-tip">Figures and numbers below are auto-calculated for best performance.</span>
550
  </span>
551
  </h3>
552
+ <p class="text-[10px] mt-0.1 uppercase tracking-widest font-medium" style="color:#a89f97">Auto-configured pipeline parameters</p>
553
  </div>
554
  <div class="px-6 py-2 flex-1" id="settings-params">
555
  <div class="s-row" data-param="imgsz">
 
618
  </div>
619
 
620
  <!-- Artifact Generation Settings -->
621
+ <div class="col-span-1 bg-black rounded-xl border shadow-sm overflow-hidden flex flex-col" style="border-color:#2a2a2a">
622
+ <div class="px-6 py-4 border-b" style="border-color:#1a1a1a;background:#050505">
623
  <h3 class="font-bold text-white text-sm">Artifact Settings</h3>
624
+ <p class="text-[10px] mt-0.1 uppercase tracking-widest font-medium" style="color:#a89f97">Configured visual overlay options</p>
625
  </div>
626
  <div class="px-6 py-4 flex-1 flex flex-col">
627
  <div class="s-row" data-param="report">
 
738
  <!-- TAB: Quick Help -->
739
  <div id="tab-help" class="hidden flex-1 min-h-0 overflow-y-auto">
740
  <div class="max-w-6xl mx-auto space-y-6">
741
+ <div class="bg-black border rounded-xl overflow-hidden shadow-sm" style="border-color:#2a2a2a">
742
+ <div class="px-6 py-4 border-b flex justify-between items-center" style="border-color:#1a1a1a;background:#050505">
743
  <div>
744
  <h3 class="font-bold text-white text-sm flex items-center">Knowledge Center</h3>
745
+ <p class="text-[10px] mt-0.1 uppercase tracking-widest font-medium" style="color:#a89f97">Quick
746
  assistance and platform documentation</p>
747
  </div>
748
  </div>