mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
ploter fixed
This commit is contained in:
parent
661e30e54c
commit
9aacdc1158
|
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 136 KiB |
@ -96,7 +96,7 @@ class Paraformer():
|
||||
x_adj = 0.045 if char != '<sil>' else 0.12
|
||||
ax1.text((start + end) * 0.5 - x_adj, 0, char)
|
||||
# plt.legend()
|
||||
plotname = "debug.png"
|
||||
plotname = "funasr/runtime/python/onnxruntime/debug.png"
|
||||
plt.savefig(plotname, bbox_inches='tight')
|
||||
|
||||
def load_data(self,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user