Spaces:
Running
Running
new logo added..
Browse files- backend/engine.py +1 -0
- frontend/initial.html +1 -1
- frontend/settings.html +1 -1
- frontend/uf_col.png +3 -0
- frontend/vehicles.html +2 -2
backend/engine.py
CHANGED
|
@@ -105,6 +105,7 @@ def run(model, video_path, line, config, on_frame, save_annotated=False, annotat
|
|
| 105 |
|
| 106 |
# https://docs.ultralytics.com/modes/predict/#inference-sources
|
| 107 |
# https://docs.ultralytics.com/modes/track/#why-choose-ultralytics-yolo-for-object-tracking
|
|
|
|
| 108 |
results = model.track(
|
| 109 |
source=video_path,
|
| 110 |
tracker="bytetrack.yaml",
|
|
|
|
| 105 |
|
| 106 |
# https://docs.ultralytics.com/modes/predict/#inference-sources
|
| 107 |
# https://docs.ultralytics.com/modes/track/#why-choose-ultralytics-yolo-for-object-tracking
|
| 108 |
+
# ExecuTorch: https://docs.ultralytics.com/integrations/executorch/#what-are-the-system-requirements-for-executorch-export
|
| 109 |
results = model.track(
|
| 110 |
source=video_path,
|
| 111 |
tracker="bytetrack.yaml",
|
frontend/initial.html
CHANGED
|
@@ -73,7 +73,7 @@
|
|
| 73 |
class="bg-black text-white min-h-screen w-full flex flex-col items-center selection:bg-white selection:text-black">
|
| 74 |
|
| 75 |
<header class="mt-16 flex flex-col items-center flex-shrink-0 w-full z-10">
|
| 76 |
-
<img src="
|
| 77 |
</header>
|
| 78 |
|
| 79 |
<main
|
|
|
|
| 73 |
class="bg-black text-white min-h-screen w-full flex flex-col items-center selection:bg-white selection:text-black">
|
| 74 |
|
| 75 |
<header class="mt-16 flex flex-col items-center flex-shrink-0 w-full z-10">
|
| 76 |
+
<img src="uf_col.png" alt="UrbanFlow Logo" class="h-44 md:h-52 w-auto object-contain mb-3">
|
| 77 |
</header>
|
| 78 |
|
| 79 |
<main
|
frontend/settings.html
CHANGED
|
@@ -163,7 +163,7 @@
|
|
| 163 |
<div class="bg-glow"></div>
|
| 164 |
|
| 165 |
<header class="mt-6 flex flex-col items-center flex-shrink-0 w-full z-10">
|
| 166 |
-
<img src="
|
| 167 |
<div class="flex items-center space-x-3">
|
| 168 |
<span class="w-12 h-[1px] bg-slate-200"></span>
|
| 169 |
<p class="font-montserrat font-bold tracking-[0.25em] uppercase text-[10px] text-slate-400 text-center">
|
|
|
|
| 163 |
<div class="bg-glow"></div>
|
| 164 |
|
| 165 |
<header class="mt-6 flex flex-col items-center flex-shrink-0 w-full z-10">
|
| 166 |
+
<img src="uf_col.png" alt="UrbanFlow Logo" class="h-28 w-auto object-contain mb-2">
|
| 167 |
<div class="flex items-center space-x-3">
|
| 168 |
<span class="w-12 h-[1px] bg-slate-200"></span>
|
| 169 |
<p class="font-montserrat font-bold tracking-[0.25em] uppercase text-[10px] text-slate-400 text-center">
|
frontend/uf_col.png
ADDED
|
Git LFS Details
|
frontend/vehicles.html
CHANGED
|
@@ -332,7 +332,7 @@
|
|
| 332 |
<!-- Sidebar -->
|
| 333 |
<aside class="w-60 bg-white shadow-xl flex flex-col z-20 flex-shrink-0 border-r border-slate-200 relative">
|
| 334 |
<div class="h-28 bg-black flex items-center justify-center px-4 my-2 border-b border-slate-800 flex-shrink-0">
|
| 335 |
-
<img id="sidebar-logo-top" src="
|
| 336 |
</div>
|
| 337 |
<nav class="flex-1 px-4 py-4 space-y-1.5 overflow-y-auto text-sm">
|
| 338 |
<a onclick="switchTab('about')" id="nav-about"
|
|
@@ -357,7 +357,7 @@
|
|
| 357 |
</a>
|
| 358 |
</nav>
|
| 359 |
<div class="mt-auto border-t border-slate-800 p-4 flex items-center justify-center bg-black flex-shrink-0">
|
| 360 |
-
<img id="sidebar-logo-bottom" src="
|
| 361 |
class="h-20 w-auto object-contain opacity-80">
|
| 362 |
</div>
|
| 363 |
</aside>
|
|
|
|
| 332 |
<!-- Sidebar -->
|
| 333 |
<aside class="w-60 bg-white shadow-xl flex flex-col z-20 flex-shrink-0 border-r border-slate-200 relative">
|
| 334 |
<div class="h-28 bg-black flex items-center justify-center px-4 my-2 border-b border-slate-800 flex-shrink-0">
|
| 335 |
+
<img id="sidebar-logo-top" src="uf_col.png" alt="UrbanFlow Logo" class="h-24 w-auto object-contain">
|
| 336 |
</div>
|
| 337 |
<nav class="flex-1 px-4 py-4 space-y-1.5 overflow-y-auto text-sm">
|
| 338 |
<a onclick="switchTab('about')" id="nav-about"
|
|
|
|
| 357 |
</a>
|
| 358 |
</nav>
|
| 359 |
<div class="mt-auto border-t border-slate-800 p-4 flex items-center justify-center bg-black flex-shrink-0">
|
| 360 |
+
<img id="sidebar-logo-bottom" src="uf_col.png" alt="UrbanFlow Bottom Logo"
|
| 361 |
class="h-20 w-auto object-contain opacity-80">
|
| 362 |
</div>
|
| 363 |
</aside>
|