GithubHelp home page GithubHelp logo

Comments (7)

alt-shreya avatar alt-shreya commented on June 12, 2024

I'd like to give this a shot!

from omrchecker.

Udayraj123 avatar Udayraj123 commented on June 12, 2024

Hello @alt-shreya, feel free to propose a basic solution/approach. Then I will assign the issue to you :)
You may also discuss it on discord if needed

from omrchecker.

alt-shreya avatar alt-shreya commented on June 12, 2024

@Udayraj123 I went through the resources you had linked, and found the StackOverflow discussion very interesting.
Building upon the approach highlighted by nathancy, a cross could be detected in the same way that an X is detected in handwriting recognition (2 diagonal lines of similar length and an intersection point), and a starting point to detecting tick marks could be to detect two lines inside the contour, in which the length of one line is shorter than the other

from omrchecker.

Udayraj123 avatar Udayraj123 commented on June 12, 2024

Hey @alt-shreya, thanks for taking forward the discussion.

cross could be detected in the same way that an X is detected in handwriting recognition
Are you thinking of exploring using an ML algorithm for this?

to detect two lines inside the contour, in which the length of one line is shorter than the other
Okay, but anything on distinguishing it from bubble boundary? If the box gets shifted left or right a little bit, the contour approach will probably get disturbed. Can you try something on the shape approximation as done in the Stackoverflow discussion?

from omrchecker.

alt-shreya avatar alt-shreya commented on June 12, 2024

@Udayraj123

Are you thinking of exploring using an ML algorithm for this?

yes

If the box gets shifted left or right a little bit, the contour approach will probably get disturbed.

Could you give me an example of when it might shift?

from omrchecker.

Udayraj123 avatar Udayraj123 commented on June 12, 2024

Could you give me an example of when it might shift?

I don't have images with tick marks handy, but I think the following will suffice.
So the shifting problem exists for any OMR sheets(even without tick marks). Usually happens in the bottom and bottom-right sections due to scanning/printing skews.

Here's a few examples for the general shifting problem -
From template alignment, notice the boxes are slightly shifted around -

image

Try to imagine tick marks instead of the bubbles in above image. For filled bubbles we use the mean value for the whole box which usually works, so we ignore any slight shifts in the image in current approach.

But this mean value approach also fails sometimes for in cases like this (false positive) -
image

from omrchecker.

Udayraj123 avatar Udayraj123 commented on June 12, 2024

Here's a sample you can try this out with(will need to create a small template.json) -

Original Shifted
image image

I've manually added a slight shift in the images.

Note that you will need a larger bubbleDimension in the template since the tick marks are overflowing the expected box.
Let me know if you need help with creating the initial template.json

from omrchecker.

Related Issues (20)

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.