Giveupfree / SOTDrawRect

You can draw the corresponding bounding box into the image and save it according to the result file (txt format) run by the tracker.Moreover, the author will update some of the problems in the pysot-toolkit toolkit from time to time.
79 stars 10 forks source link

关于在WSL中matplotlib的报错问题 2to3-3.7 is not an ELF object #5

Open lihao0lihao opened 1 year ago

lihao0lihao commented 1 year ago

WSL 使用plt.imshow会出现2to3-3.7 is not an ELF object问题,我换到window上不会报错,ubuntu桌面版我猜也不会,可能是WSL没有图形化界面导致的,不知是否有解决方案。btw,draw_rect.py的got10k画图时,使用的“GOT”和实际的传参的“GOT-10k”导致不能初始化got10kdataset类

lihao0lihao commented 1 year ago

感谢作者的工作!!!

Giveupfree commented 9 months ago

WSL不支持图形化界面工作,如果非要使用图形化界面,可采用jupyter连接本地wsl,并在jupyter上编写相关代码进行界面显示,或者采用visdom进行显示,但我本人还是建议使用jupyter