-
-
Notifications
You must be signed in to change notification settings - Fork 323
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
[Bug] changing show_image_level
gives undesirable results
#88
Comments
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. |
Closing in favour of #44 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 whenshow_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:
\src\defaults\config.json
show_image_level=3
python3 main.py -i samples/sample1
. 3 image stacks will be displayed.show_image_level=4
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
.The text was updated successfully, but these errors were encountered: