OMRChecker icon indicating copy to clipboard operation
OMRChecker copied to clipboard

[Feature] Show colored output images

Open Udayraj123 opened this issue 2 years ago • 7 comments

Is your feature request related to a problem? Please describe. Currently OMRChecker converts the image into Grayscale for efficiency purpose. But this results in the output images to be grayscaled as well.

Describe the solution you'd like We can change the code to carry a colored copy of the original image and use it for showing debug outputs (while still processing the image in grayscale to maintain the efficiency)

  • For previewing colored output images you may need to modify the code a bit - resize the colored image and pass it as an additional argument to the show util.

Describe alternatives you've considered NA

Additional context These images would look better if we get them back in original colors image

Udayraj123 avatar Feb 13 '23 16:02 Udayraj123

Hi, I want to work on this issue. Kindly assign it to me.

madmaverickminion avatar Feb 18 '23 03:02 madmaverickminion

Assigning as per discussion on discord

Udayraj123 avatar Feb 18 '23 04:02 Udayraj123

Hello! I too would like to collaborate with the solution

tsantosfigueira avatar Aug 22 '23 19:08 tsantosfigueira

Hi @TSantosFigueira, PRs are welcome! If you have any queries, feel free to ask here or on discord for quicker response!

Udayraj123 avatar Aug 23 '23 18:08 Udayraj123

Is this open? I would like to take a crack at it

thebadcoder96 avatar Dec 23 '23 05:12 thebadcoder96

Hi @thebadcoder96, please try it out. The issue is still open :)

Udayraj123 avatar Jan 25 '24 21:01 Udayraj123

@thebadcoder96 this one is supported now. From the branch feature/colored-evaluation-outputs

Udayraj123 avatar Mar 24 '24 13:03 Udayraj123