Giter Site home page Giter Site logo

copy-move-forgery-detection's Introduction

Header

๐Ÿ‘จโ€๐Ÿ’ป About Me:

๐Ÿ’ป I am a Software Engineer from Turkey.
๐ŸŽ“ Graduated from Computer Engineering.
๐Ÿ’ผ Experienced in Software Development.
๐Ÿ Proficient in Python (FastAPI, Django).
โ™จ๏ธ Skilled in Java (Spring Boot, Microservices).

LinkedIn Gmail

๐Ÿ› ๏ธ Tech Stack:

๐ŸŒ Python Java C C++ Ruby Bash

๐Ÿงฐ FastAPI Django Flask SpringBoot Rails

๐Ÿ“€ Windows MacOS Linux Ubuntu AWS

๐Ÿ›ข๏ธ ย PostgreSQL MongoDB MySQL SQLite Redis Elasticsearch

๐Ÿ”ง Git Jira Celery RabbitMQ Docker Kubernetes Postman

โš™๏ธ PyCharm IntellijIDEA VSCode Zsh Github Copilot

Footer

copy-move-forgery-detection's People

Contributors

alperencubuk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

copy-move-forgery-detection's Issues

How do i fix this ?

cv2.error: OpenCV(3.4.2) /io/opencv/modules/imgproc/src/color.hpp:253: error: (-215:Assertion failed) VScn::contains(scn) && VDcn::contains(dcn) && VDepth::contains(depth) in function 'CvtHelper'

there may be some wrong?

for i in range(0, sim_array.shape[0]):
    temp = [sim_array[i][4], sim_array[i][5]]
    check = all(item in delete_vec for item in [temp])
    if not check:
        for j in range(1, sim_array.shape[0]):
            if sim_array[i][4] == sim_array[j][4] and sim_array[i][5] == sim_array[j][5]:
                vector_counter += 1
        if vector_counter < vector_limit:
            delete_vec.append(sim_array[i])
        vector_counter = 0

the variance check may be always False in your code. I think so
temp is with two elements
delete_vec is with six elements.
Looking foward your reply. thks

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.