THUDM/CogView2

Save individual frames

Limbicnation opened this issue · 2 comments

Hi, I was wondering how to save individual frames when using the --only-first-stage flag.
Thanks!

Please use --with-id. When it toggled, you must specify an "id" before each input, e.g. 001\t一个漂亮的女孩, \t denoting TAB (NOT space). It will generate batch-size split images in a folder named "id" for each input. Confict with --debug.

That worked. Many thanks!