Skip to content

vankhoa21991/human_dettrack

Repository files navigation

Human Detection and Tracking Project

Human Detection and Tracking

Overview

This personal project focuses on human detection and tracking using computer vision techniques. The primary objective is to identify and track human subjects in video streams or sequences of images, with potential applications in surveillance, robotics, and more. The project utilizes popular deep learning models and libraries to achieve precise human detection and tracking.

Features

  • Human Detection: Identifies and localizes humans within images or video frames.
  • Human Tracking: Tracks detected humans across multiple frames to maintain their identity.
  • Real-time Processing: Designed for real-time operation with live video streams.
  • Modular Design: Easily extendable with different detection and tracking algorithms.
  • Visualization: Provides visual feedback with bounding boxes around detected humans and tracking paths.

Installation

 git clone https://github.com/vankhoa21991/human-dettrack.git
 cd human_dettrack
 python -m venv venv
 source venv/bin/activate 
 pip install -r requirements.txt

Getting Started

Please see dataset.md and quick_run.md for the basic usage.

Contributing

Contributions are welcome! Feel free to fork the repository, make improvements, and submit pull requests. Please follow the Contributing Guidelines.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

If you have any questions or suggestions, please feel free to contact me:

Email: vankhoa21991@gmail.com GitHub: github.com/vankhoa21991 Thank you for your interest in this project! Happy coding! 🚀

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages