Giter Club home page Giter Club logo

objfinder's Introduction

Object Finder

Overview

Object Finder is a Python project that uses the DeepLabV3+ model to identify people in an image and highlight them with a colored overlay. The project features a user interface (UI) created with PyQt5 for an interactive experience.

Requirements

  • Python 3.x

  • Install the required libraries using the following command:

    pip install -r requirements.txt

Usage

  1. Clone the repository:

    git clone https://github.com/your-username/ObjectFinder.git
    cd ObjectFinder
  2. Run the project using the provided script:

    python3 ./src/main.py

Details

  • The project uses the DeepLabV3+ model from torchvision to perform semantic segmentation on the input image.
  • Identified people are highlighted with a specified color and transparency level.
  • OpenCV is utilized for image processing.
  • The UI is built with PyQt5, providing a user-friendly interface for image manipulation.

UI Screenshots

Main Interface Caption: The main interface of the Object Finder application.

Image Selection Caption: Selecting an image using the UI.

File Structure

  • src/main.py: The main script to run the object finder.
  • data/sample_images/: Contains sample images for testing.
  • requirements.txt: Lists the required Python libraries and their versions.

Contributions

Acknowledgments

Note: This project adheres to specific guidelines. Numpy is intentionally excluded, and only input/output functions from OpenCV are used.

Feel free to customize the project to fit your specific needs!

objfinder's People

Contributors

lyne986 avatar westsea6535 avatar bastienboymond avatar carpetic avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.