tlc121 / FsFont

Official PaddlePaddle Implementation of Few-Shot Font Generation by Learning Fine-Grained Local Styles (FsFont)
Other
64 stars 8 forks source link

About cr_mapping #8

Open divergent020620 opened 1 year ago

divergent020620 commented 1 year ago

I have used my own dataset, but it didn't work. So I guess there's something wrong with the file in meta. May I ask how the file in meta be generated, especially about cr_mapping. Was it generated manually?

tlc121 commented 1 year ago

I have used my own dataset, but it didn't work. So I guess there's something wrong with the file in meta. May I ask how the file in meta be generated, especially about cr_mapping. Was it generated manually?

Could i take a look of the error you have?Yes, cr_mapping should be generated manually by yourself.

divergent020620 commented 1 year ago

image something like this.

tlc121 commented 1 year ago

Well,this error means it trys to query the 'y' character of 'x' font in lmdb but it cannot find it in your lmdb. So check the lmdb you created.