Udayraj123 / OMRChecker

Evaluate OMR sheets fast and accurately using a scanner 🖨 or your phone 🤳.
MIT License
752 stars 311 forks source link

[Bug] changing `show_image_level` gives undesirable results #88

Closed infinity1729 closed 6 months ago

infinity1729 commented 1 year ago

Describe the bug when show_image_level=3, we get 3 different stack of images (that are: Warped Sheet,Final Alignment Adjustment, Final marked bubbles). However when show_image_level=4 we get only 2 stack of images (that are: Final Alignment Adjustment, Final marked bubbles)

To Reproduce Steps to reproduce the behavior:

  1. Open \src\defaults\config.json
  2. Line 24: Set show_image_level=3
  3. From the command line run: python3 main.py -i samples/sample1. 3 image stacks will be displayed.
  4. Line 24: Set show_image_level=4
  5. From the command line run: python3 main.py -i samples/sample1. 2 image stacks will be displayed.

Expected behavior For show_image_level=4 four image stacks should be shown.

Desktop (please complete the following information):

Additional context This issue is continuation of #44 and will expect to work on redefining images displayed for different show_image_levels.

kushcoder12 commented 1 year ago

I would like to work on it.

Udayraj123 commented 1 year ago

@kushcoder12 please discuss your approach on discord before getting assigned

infinity1729 commented 1 year ago

@Udayraj123 I am interested to work on this, can you please assign it to me.

Udayraj123 commented 1 year ago

@infinity1729 any updates?

infinity1729 commented 1 year ago

Hey, I am sorry I got involved with something else. I won't be able to contribute as of now. Feel free to assign it to someone else.

Udayraj123 commented 6 months ago

Closing in favour of #44