You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a visualization class and wire it through the code (#83)
Currently visualization is created by parsing the logs ... this PR
introduces a different way to do this by creating a visualization class
... for now this class can only write to file to be inline with how
things are done now but can be improved in different ways ... for
example it can record data that the python layer can use directly with
matplotlib
to use the class set the flag `create_visualization=True` in the
TesseractConfig and after running the decoding call
`decoder.visualizer.write(file_path)` to write to the desired file
0 commit comments