Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Learning][Core] Add more step-wise output images for intuitive understanding #44

Open
Udayraj123 opened this issue Sep 29, 2022 · 6 comments

Comments

@Udayraj123
Copy link
Owner

Udayraj123 commented Sep 29, 2022

Best part of working with opencv is visually seeing each step. OMRChecker provides a way to see the step-wise images. But they have a scope to improve.

Steps

  1. Learn about existing step-wise images that OMRchecker generates (set show_image_level to 4 or 5)
  2. Propose and discuss which images can be added to the steps for intuitive understanding of the process.

Resources:

  1. https://github.com/Udayraj123/OMRChecker/wiki/Rich-Visuals
  2. https://github.com/Udayraj123/OMRChecker/wiki/Diagrams#block-diagram-of-the-program

Note: this issue is marked with the hacktoberfest label. Follow #hacktoberfest-discussions on Discord for further details .

@infinity1729
Copy link
Contributor

Can I try this issue?

@Udayraj123
Copy link
Owner Author

Udayraj123 commented Oct 2, 2022

@infinity1729 sure. Let me know if you need any help. Do share what you've done till now (setup, running samples etc)

head on to discord for discussing in hacktoberfest channel.

@infinity1729
Copy link
Contributor

infinity1729 commented Oct 5, 2022

I made following observations:

  • If show_image_level is 1 and any value of save_image_level which is greater than 3, the output stack would include max 3 stacks.
  • save_image_level values >=5 saves only stack 1,2,3,5. (i.e. stack 4 is missing)
  • Executing code with save_image_level lesser than it's previous values (say save_image_level=5 then save_image_level=3) keeps the extra stacks of previous iterations which is undesirable.

I'll be working on the following tasks

  • Debugging above observations.
  • Plugins that pass save_image_level as a parameter.

@Udayraj123
Copy link
Owner Author

@infinity1729 let me know once you have any update

@infinity1729
Copy link
Contributor

Sure, currently working on issue #88

@Udayraj123 Udayraj123 added JWOC and removed codepeak labels Feb 12, 2023
@Udayraj123 Udayraj123 changed the title [Learning][Core] Add more step-wise images for intuitive understanding [Learning][Core] Add more step-wise output images for intuitive understanding May 16, 2024
@Udayraj123
Copy link
Owner Author

One more potential output can be the pipeline visualisation in ImagePlay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In progress
Development

No branches or pull requests

2 participants