We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Windows OS, with matlplotlib version >=3.6.0
OMRChecker\src\defaults\config.json
"show_image_level": 5,
python3 main.py -i samples/sample1
(1) Opening image: inputs\sample1\MobileCamera\sheet1.jpg Resolution: (1240, 930) Found page corners: [[519, 541], [148, 537], [141, 220], [479, 218]] Matching Marker: Q1: max_t 0.451 Q2: max_t 0.582 Q3: max_t 0.692Q4: max_t 0.547 Optimal Scale: 0.46 Thresholding: global_thr: 175.25 global_std_THR: 255 Traceback (most recent call last): File "C:\OMRChecker\main.py", line 79, in <module> entry_point( File "C:\OMRChecker\src\core.py", line 50, in entry_point return process_dir(root_dir, curr_dir, args) File "C:\OMRChecker\src\core.py", line 120, in process_dir process_dir(root_dir, d, args, template) File "C:\OMRChecker\src\core.py", line 120, in process_dir process_dir(root_dir, d, args, template) File "C:\OMRChecker\src\core.py", line 109, in process_dir process_files(omr_files, template, args_local, out) File "C:\OMRChecker\src\core.py", line 313, in process_files response_dict, final_marked, multi_marked, _ = MainOperations.read_response( File "C:\OMRChecker\src\utils\imgutils.py", line 993, in read_response raise e File "C:\OMRChecker\src\utils\imgutils.py", line 951, in read_response f.canvas.set_window_title(name) AttributeError: 'FigureCanvasTkAgg' object has no attribute 'set_window_title'
This issue is potentially caused by latest release of matplotlib. (Refer: https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.6.0.html#:~:text=get_figure_manager%3B%20use-,frame.canvas.manager,-instead.)
The text was updated successfully, but these errors were encountered:
Do you wish to pick this up by yourself? I can assign it to you.
Sorry, something went wrong.
Yes, I am interested to work on this. Thanks for assigning it to me.
fix: resolved issue Udayraj123#55
d014299
Merge pull request #56 from infinity1729/master
5e4985f
fix: resolved 'FigureCanvasTkAgg' object has no attribute 'set_window_title' (Issue #55)
Closing this issue as resolved.
infinity1729
No branches or pull requests
Environment
Windows OS, with matlplotlib version >=3.6.0
Steps to reproduce
OMRChecker\src\defaults\config.json
"show_image_level": 5,
python3 main.py -i samples/sample1
Details
This issue is potentially caused by latest release of matplotlib. (Refer: https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.6.0.html#:~:text=get_figure_manager%3B%20use-,frame.canvas.manager,-instead.)
The text was updated successfully, but these errors were encountered: