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
你好,文章中明确说明了数据采用5-D表示,并且最后一维是pen-end,只有在字符结束的时候才标1. 但是data/CASIA_CHINESE/train/data.mdb 和 data/CASIA_CHINESE/test/data.mdb 都没有采用该标记,i.e., 每个sample最后一行的末尾维都是标0,这是什么原因?
data/CASIA_CHINESE/train/data.mdb
data/CASIA_CHINESE/test/data.mdb
coords[-1] array([2.626e+03, 3.541e+03, 0.000e+00, 1.000e+00, 0.000e+00],
另外一个佐证是这个corrds2xys()实现. 假设数据准备也是调用这个的话,那么pen-end这一维确实只能是0:
corrds2xys()
SDT/utils/util.py
Lines 165 to 177 in 2d72dc2
The text was updated successfully, but these errors were encountered:
你好,pen-end的插入是在代码里面完成的,debug看一下就知道啦
Sorry, something went wrong.
No branches or pull requests
你好,文章中明确说明了数据采用5-D表示,并且最后一维是pen-end,只有在字符结束的时候才标1. 但是
data/CASIA_CHINESE/train/data.mdb
和data/CASIA_CHINESE/test/data.mdb
都没有采用该标记,i.e., 每个sample最后一行的末尾维都是标0,这是什么原因?另外一个佐证是这个
corrds2xys()
实现. 假设数据准备也是调用这个的话,那么pen-end这一维确实只能是0:SDT/utils/util.py
Lines 165 to 177 in 2d72dc2
The text was updated successfully, but these errors were encountered: