Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
batuhanaavci committed Nov 9, 2024
1 parent 7ed2096 commit 0ca218a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
22 changes: 1 addition & 21 deletions _portfolio/portfolio-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,4 @@ Below is a video demonstrating the implementation of control methods on the Quan
### Control Implementation
![PID Control on Servo 2](/images/servo2_pid.jpeg)
![LQR Control Balancing](/images/servo2_lqr.jpeg) -->


---
title: "Recognizing and Tracking Person of Interest: A Real-Time Efficient Deep Learning based Method for Quadcopters"
excerpt: "Participated in MATLAB and Simulink Challenge Projects program. Extended to a conference paper."
<br/><img src='/images/drone.jpeg' width='auto' height='800px'>"
collection: portfolio
---

The recognition and tracking of a person of interest is a crucial task in many applications, including search and rescue, security, and surveillance. This paper presents a distributed system architecture that leverages the asynchronous threading and communication property of ROS2 to develop and implement a real-time efficient Deep Learning (DL) based method for recognizing and tracking a person of interest. The DL model receives snapshots from the quadcopter's camera and sends back an information vector, which includes all recognized persons and their corresponding position information within the camera frame of the quadcopter. The person of interest tracking control system receives face set information about the person of interest and generates reference velocity signals to be tracked by low-level controllers embedded within the drone. Experiments conducted in a cluttered and complex environment demonstrate the efficiency of the DL-based architecture for quadcopters. The presented real- world results validate the effectiveness of the proposed approach in recognizing and tracking a person of interest.


## Video Demonstration

Below is a video demonstrating our work:

[![Real-time Demo](https://img.youtube.com/vi/i7bYXnRy8Vc/0.jpg)](https://www.youtube.com/watch?v=i7bYXnRy8Vc)

## Images

![LQR Control Balancing](/images/servo2_lqr.jpeg) -->
3 changes: 1 addition & 2 deletions _portfolio/portfolio-2.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: "Recognizing and Tracking Person of Interest: A Real-Time Efficient Deep Learning based Method for Quadcopters"
excerpt: "Participated in MATLAB and Simulink Challenge Projects program. Extended to a conference paper."
<br/><img src='/images/drone.jpeg' width='auto' height='800px'>"
excerpt: "Participated in MATLAB and Simulink Challenge Projects program. Extended to a conference paper. <br/><img src='/images/drone.jpeg' width='auto' height='800px'>"
collection: portfolio
---

Expand Down

0 comments on commit 0ca218a

Please sign in to comment.