Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/group_E.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,21 @@ <h3>AI-Powered "Jarvis" AR Assistant for Motorcyclists</h3>
</div>
</article>


<article class="project-card">
<div class="teaser" role="img" aria-label="Real-time video stream with multiple colored bounding boxes responding to dynamic text queries such as 'car', 'truck', and 'pedestrian'.">
<img src="assets/group_E.png" alt="Interactive Video Query System Preview" style="position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:2;">
<span class="teaser-label" style="z-index:3;">Group E</span>
</div>
<div class="project-content">
<p class="project-meta">Object detection, tracking, vision-language models, real-time interaction</p>
<h3>Interactive Real-Time Semantic Querying of Driving Scenes</h3>
<p class="project-abstract">
What if you could search inside a video as it plays? This project transforms a driving scene into an interactive interface where users can type natural language queries such as "car", "truck", or "pedestrian" and instantly see matching objects highlighted and tracked in real time.
<br><br>
The demo emphasizes fluid interaction: queries can be added or removed on the fly without interrupting the video, multiple concepts can be explored simultaneously, and each query is visualized with distinct colors for clarity. This allows users to dynamically “interrogate” the scene and observe how the system adapts immediately to new inputs.
<br><br>
Rather than focusing purely on detection, the project showcases a new way of interacting with visual data, turning passive video into an active, query-driven exploration tool.
<article class="project-card">
<div class="teaser" role="img" aria-label="Interface preview of SemanticSpot showing natural language search and object segmentation in a video.">
<img src="assets/group_C.png" alt="SemanticSpot Preview" style="position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:2;">
Expand All @@ -202,6 +217,7 @@ <h3>SemanticSpot: "Ctrl+F" for Videos</h3>
</label>
</div>
</article>


<article class="project-card add-project-card">
<a href="https://github.com/Computer-Vision-2026/Computer-Vision-2026.github.io/edit/main/index.html" target="_blank" rel="noopener">
Expand Down