python main.py detect --model_input "model_script_test.npz" --input_image "old_files/andrew photo video/second pic messy.jpg" --use_flann --draw_match
/media/daniil/external_hdd/repos/hse24/ARCube/detection.py:190: UserWarning: FigureCanvasAgg is non-interactive, and thus cannot be shown
plt.imshow(img3, 'gray'), plt.show()
Followed the example script, but got a warning and no output visualization: