chu-tianshu / Chinese-Handwriting

A basic education user interface for learning Chinese and practice Chinese handwriting. Sketch recognition techniques were utilized to recognize, evaluate and give feedback to the user's handwriting samples. Feedback is given on both technique (correctness) and vision (beautifulness) sides.
13 stars 4 forks source link

How to construct template data #1

Open guolulang opened 3 years ago

guolulang commented 3 years ago

there are only parts of chinese character in app. so how to contruct template data more auto.

chu-tianshu commented 3 years ago

Hi guolugang, thanks for bringing up this issue. Yes, there are only tens of character templates in this project, which does be a limitation but can fit quite well in a beginner level course setup. I can't really think of a way of generating templates automatically because the stroke data are hard to find. The best way is probably to let an expert record their data by hand.

guolulang commented 3 years ago

Thanks for your reply.This project is very interesting and great. Template data is very important for accuracy so I want to construct template data more accurate and richer. How do you record expert data and is it need coding another app for this?Another problem is where can get the chinese character images.And Is there any suggestion if I want to try generating templates automatically.Thanks

chu-tianshu commented 3 years ago

I was using the same UI in this project to record expert data. You may need to change some code to save the data to XML files. For images, I had to take pictures of printed Kaiti images manually.