clovaai / fewshot-font-generation

The unified repository for few-shot font generation methods. This repository includes FUNIT (ICCV'19), DM-Font (ECCV'20), LF-Font (AAAI'21) and MX-Font (ICCV'21).
Other
211 stars 37 forks source link

Finding it difficult to get started #13

Closed yomismith closed 1 year ago

yomismith commented 1 year ago

Hi, I'm finding it hard to get started, The problem is the config part for the training part, which is highlighted as no 1 for getting started for the training section please help, and Thanks for giving me the opportunity being able to become a Machine learning beginer

SanghyukChun commented 1 year ago

Please read the documents carefully first. https://github.com/clovaai/fewshot-font-generation/tree/main/docs

FUNIT is the simplest method, so it could be a good starting point https://github.com/clovaai/fewshot-font-generation/blob/main/docs/models/FUNIT.md

If you have any other problem not included in the documents, please open another issue.