Git Product home page Git Product logo

rmlogo's Introduction

rmLogo

It can remove logos from multiple files in a batch. But for now it is specific for one logo only

Basic Installation

  1. Clone the repository somewhere you're happy to have the folder:
$ cd my/directory/of/choice
$ git clone https://github.com/krisskad/rmLogo.git
  1. Install the dependencies:
$ cd path/to/rmLogo
$ python -m pip install -r requirements.txt

Requirements

OpenCV
Numpy

Advanced Usage

Computer vision program to watermark and logos. Utilises computer
vision and image analysis to return approximated feature dimensions.

positional arguments:
  input_dir             The path of the image folder which containts images [JPG, PNG].
  output_dir            The path of the output folder to save output images [It will store the image with same name as original image]

optional arguments:
  single_image          You can provide a single image to test the model [just provide the image path and output_dir and make other as None]
  kernel_size 2         To perform smoothing process we need odd values [the greather the value more soft will be result. It will damage quality]


def process_image(input_dir: Any = input_dir,
               output_dir: Any = output_dir,
               single_image: Any = None,
               kernel_size: Any = None)

Tutorial

In your project file

from main import process_image
# run process_image function with given parameters
process_image("E:\project\rmLogo\INPUT_DIR", "E:\project\rmLogo\OUTPUT_DIR", None, (5,5))

Process

* Remove noise and watermark
* Remove logo using yolo object detection and masking
* Apply some post processing to increase quality

@Author krisskad

rmlogo's People

Contributors

krisskad 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.