tlc121 / FsFont

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

About cr_mapping #8

Open divergent020620 opened 2 years ago

divergent020620 commented 2 years 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 2 years 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 2 years ago

image something like this.

tlc121 commented 2 years 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.