Skip to content
New issue

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

使用自己的语料数据来生成图片程序卡住,求助! #120

Open
anonymous530 opened this issue Dec 6, 2023 · 3 comments
Open

Comments

@anonymous530
Copy link

anonymous530 commented Dec 6, 2023

Hi 作者大大,我这里自己生成了上万条文字数据,想对这个文字数据合成图片数据。目前尝试使用一部分预料数据(10条)来生成,目前看速度非常慢,请问是什么问题呢?最后一直卡住了。

执行命令:python main.py --corpus_dir=corpus_dir --corpus_mode=list --gpu

程序输出:

Total fonts num: 1
Background num: 1
Loading corpus from: corpus_dir
Load corpus: corpus_dir/com_dataset_part.txt
Total lines: 10
Generate text images in ./output/default
start_index:  0

机器信息:16核CPU

@anonymous530 anonymous530 changed the title 如何完全使用自己的语料数据来生成图片 使用自己的语料数据来生成图片程序卡住,求助! Dec 6, 2023
@Kagi217
Copy link

Kagi217 commented Aug 13, 2024

我在生成時也完全卡住
程序輸出:
Total fonts num: 1 Background num: 2 Loading corpus from: ./data/corpus Loading chn corpus: 1/1 Total fonts num: 1 Background num: 2
也不報錯,不知道是哪裡出了問題

@Sanster
Copy link
Owner

Sanster commented Aug 13, 2024

我在生成時也完全卡住 程序輸出: Total fonts num: 1 Background num: 2 Loading corpus from: ./data/corpus Loading chn corpus: 1/1 Total fonts num: 1 Background num: 2 也不報錯,不知道是哪裡出了問題

卡主应该是这里一直在 retry,这里的 retry 没打异常

可以把 retry 去了试下

@Kagi217
Copy link

Kagi217 commented Aug 14, 2024

我在生成時也完全卡住程式輸出:Total fonts num: 1 Background num: 2 Loading corpus from: ./data/corpus Loading chn corpus: 1/1 Total fonts num: 1 Background num: 2報錯,也不知道是哪裡生長問題

卡主應該是這裡一直在重試,這裡的重試沒打異常

可以把重試去試下

問題解決了,感謝

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants