The "Human Tracker for Robots" project is a cutting-edge proposal presented to Acme Robotics aimed at addressing the challenge of "Human Detection and Tracking" within an indoor office environment using a specially designed robotic module equipped with a monocular video camera. The primary goal of this project is to develop an advanced robotic system capable of identifying and tracking humans within an office setting. This project leverages computer vision and machine learning. This is an efficient solution for various applications, such as enhancing security, improving workplace safety, and automating certain tasks within an indoor environment. Main features of the module include Human detection and Real-time Tracking. The Performance of the module is measured based on the detection accuracy and tracking precision.
(Group 10)
- Kiran Patil
- Vyshnav Achutan
- Suryavardhan Reddy Chappidi
Document | Link |
---|---|
Project Proposal | link |
Quad Chart | link |
UML Diagram | link |
Activity Diagram | link |
Proposal Video | link |
Document | Link |
---|---|
UML Diagram | link |
Proposal Video | link |
AIP | link |
Sprint Planning & Review | link |
Document | Link |
---|---|
UML Diagram | link |
Phase 2 Video | link |
AIP | link |
Sprint Planning & Review | link |
Result on Video
Result using live camera
$ git clone https://github.com/Achuthankrishna/ENPM808X-Human-Detection-and-Tracking.git
$ cd ENPM808X-Human-Detection-and-Tracking
$ cmake -S ./ -B build/
$ cmake --build build/
$ cd build/
$ ctest --test-dir build/
- The results for cpplint and cppcheck are included in the results folder.
- Doxygen-generated docs are present in the Docs folder.