Giter VIP home page Giter VIP logo

bilibili-captcha's People

Contributors

lizichao7 avatar lizifan avatar zhangns avatar zlhaa23 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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

bilibili-captcha's Issues

Do we really need to separate all captcha images to five letters

bc0bcf30-94ef-488d-a481-5c6ffed38b29
It is really hard to separate this image into four different letters.
Even if we want to try separating all test images into five different letters, I think we'd better discarding those harder to separate into different letters among the training images

Error when run project

When run project this show error like:

Traceback (most recent call last):
File "main.py", line 6, in
import dataset_manager
File "/media/io/HocTap/Lapsoft - Deeep Learning/bilibili-captcha/dataset_manager.py", line 14, in
from captcha_recognizer import CaptchaRecognizer
File "/media/io/HocTap/Lapsoft - Deeep Learning/bilibili-captcha/captcha_recognizer.py", line 124
nonlocal seq
^
SyntaxError: invalid syntax

Can you help me fix it?

Thanks for that.

partitioned failed

What that means?
Does the tool only handle image from bilibili or other captchar?

Documentation

  • Introduction
  • Usage
  • Outcome
  • Suggestion of further study & development

A problem of remove_noise_with_hsv

The current procedure of remove_noise_with_hsv is as follows.

  1. Find the 2nd most frequent color (the standard color), (std_h, std_s, std_v)
  2. For each pixel in the original CAPTCHA image, calculate its deviation from the standard color, (delta_h, delta_s, delta_v)
  3. If delta_h <= h_tol && delta_s <= s_tol && delta_v <= v_tol, set the new grayscale value to be 1 - delta_v, or 0 otherwise.

Problem

This method may produce very different thicknesses for some CAPTCHA images.

Case A
00 origin
01 hsv

Case B
00 origin
01 hsv

The original chars appear to have almost identical thicknesses; after this procedure, the char in Case A is ~2x as thick as in Case B.

origin
hsv

If this is fixed...

  • Better performance of char partitioning (less wrong partitions)
  • More hint on char partitioning
  • Better performance of the MLP

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.