Where to find "utils".
Closed this issue · 4 comments
guyuchao commented
In line:48: from utils.parser import load_args, but where to find "utils".
TonyLianLong commented
Is this causing import error on your end? Did it require changes to the code? If so, feel free to create a PR.
zjysteven commented
Hi @TonyLianLong I'm seeing the same issue here. Basically there seems to be a utils
missing in the root directory.
igligen/train_text_to_image_gligen_sam.py
Line 48 in 43f5072
TonyLianLong commented
Just added the parser. Could you see if this solves the issue?
Sorry about that. It was omitted in the code refactoring process.
zjysteven commented
No worries. It works. Thanks!