OMRChecker
OMRChecker copied to clipboard
[Bug] changing `show_image_level` gives undesirable results
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:
- Open
\src\defaults\config.json
- Line 24: Set
show_image_level=3
- From the command line run:
python3 main.py -i samples/sample1
. 3 image stacks will be displayed. - Line 24: Set
show_image_level=4
- 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):
- OS: [Windows]
- Python 3.10.7
- OpenCV 4.6.0
Additional context
This issue is continuation of #44 and will expect to work on redefining images displayed for different show_image_levels
.
I would like to work on it.
@kushcoder12 please discuss your approach on discord before getting assigned
@Udayraj123 I am interested to work on this, can you please assign it to me.
@infinity1729 any updates?
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.
Closing in favour of #44