We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b00e9 commit e18191cCopy full SHA for e18191c
egs/hkust/s5/local/hkust_segment.py
@@ -1,8 +1,8 @@
1
#!/usr/bin/env python
2
#coding:utf-8
3
4
-import sys
5
from __future__ import print_function
+import sys
6
from mmseg import seg_txt
7
for line in sys.stdin:
8
blks = str.split(line)
0 commit comments