Skip to content

Commit

Permalink
modified: pages/projects.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Charmgil Hong authored and Charmgil Hong committed Sep 17, 2024
1 parent 1fba8ef commit c5b3799
Showing 1 changed file with 44 additions and 1 deletion.
45 changes: 44 additions & 1 deletion pages/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,51 @@ <h2>Anomalies in Surveillance Video</h2>
-->
</li>
<li><strong>Dangerous Object Detection and Tracking using <a href="https://pjreddie.com/darknet/yolo/">YOLO</a></strong>: While anomaly detection in surveillance video is effective for identifying unusual behaviors such as violence, vandalism, abduction, or trespassing, <i>etc.</i>, it may not always trigger alerts based solely on the presence of dangerous objects. However, the appearance of weapons, firearms, or other objects that could be used in crimes serves as a crucial indicator of potential danger. This project focuses on fine-tuning the well-known YOLO object detector to identify dangerous objects. This would help enhance surveillance capabilities by identifying potential threats at an earlier stage.</li>
<!-- Placeholder for images related to VODE -->
<div class="project-images">
<a href="#vode2-img1"><img src="../img/project-obde-demo1.gif" height="150" alt="Placeholder 1"></a>
<a href="#vode2-img2"><img src="../img/project-obde-demo2.gif" alt="Placeholder 2"></a>
<!--
<a href="#vode1-img3"><img src="../img/placeholder3.jpg" alt="Placeholder 3"></a>
-->
</div>
<!-- Lightbox for enlarging images -->
<div id="vode2-img1" class="lightbox">
<a href="#vode"><img src="../img/project-obde-demo1.gif" alt="Image 1 Enlarged"></a>
</div>
<div id="vode2-img2" class="lightbox">
<a href="#vode"><img src="../img/project-obde-demo2.gif" alt="Image 2 Enlarged"></a>
</div>
<!--
<div id="vode1-img3" class="lightbox">
<a href="#vode"><img src="../img/placeholder3.jpg" alt="Image 3 Enlarged"></a>
</div>
-->

<li><strong>Video Indexing for Rapid Surveillance Footage Summarization (VIDEX, with <a href="https://www.gmdsoft.com/">GMDSOFT</a>)</strong>: Alongside anomaly detection and object detection methods, we are developing applications to make the analysis of surveillance footage more efficient. This project involves creating a video indexing system that allows the results of anomaly and object detection to be stored, searched, and navigated easily. The goal is to assist investigators in maximizing their efficiency when analyzing large volumes of video data by providing quick access to critical segments.</li>
<li><strong>Driving Habit Analysis using Dashcam Videos (with AI-CAR)</strong>: In some countries including Korea, dashcams are widely used to monitor the surroundings of vehicles. While sensor-based traffic signal violation detection and ADAS (Advanced Driver Assistance Systems)-based lane departure warnings are already familiar, this project focuses on monitoring safe driving, rather than law enforcement. To achieve this, we have developed a Raspberry Pi-based dashcam with wireless connectivity for real time data collection. The system records and analyzes metrics such as lane departure frequency and traffic signal violations, to eventually provide a safety score for drivers based on their behavior.</li>
<li><strong>Driving Habit Analysis using Dashcam Videos (with AI-CAR)</strong>: In some countries including Korea, dashcams are widely used to monitor the surroundings of vehicles. While sensor-based traffic signal violation detection and ADAS (Advanced Driver Assistance Systems)-based lane departure warnings are already familiar, this project focuses on monitoring safe driving, rather than law enforcement. To achieve this, we have developed a Raspberry Pi-based dashcam with wireless connectivity for real time data collection. The system records and analyzes metrics such as lane departure frequency and traffic signal violations, to eventually provide a safety score for drivers based on their behavior.
<!-- Placeholder for images related to VODE -->
<div class="project-images">
<a href="#vode2-img1"><img src="../img/project-arest-framework.png" height="150" alt="Placeholder 1"></a>
<a href="#vode2-img2"><img src="../img/project-arest-demo1.gif" alt="Placeholder 2"></a>
<!--
<a href="#vode1-img3"><img src="../img/placeholder3.jpg" alt="Placeholder 3"></a>
-->
</div>
<!-- Lightbox for enlarging images -->
<div id="vode2-img1" class="lightbox">
<a href="#vode"><img src="../img/project-arest-framework.png" alt="Image 1 Enlarged"></a>
</div>
<div id="vode2-img2" class="lightbox">
<a href="#vode"><img src="../img/project-arest-demo1.gif" alt="Image 2 Enlarged"></a>
</div>
<!--
<div id="vode1-img3" class="lightbox">
<a href="#vode"><img src="../img/placeholder3.jpg" alt="Image 3 Enlarged"></a>
</div>
-->

</li>
</ul>
</section>

Expand Down

0 comments on commit c5b3799

Please sign in to comment.