You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the data generation preparation process, the command wget https://huggingface.co/spaces/xinyu1205/Tag2Text/resolve/main/tag2text_swin_14m.pth needs to be executed. However, when running python run_with_submitit_generate_caption.py, the parameter passed does not use tag2text_swin_14m.pth, but instead the --sam_hq_checkpoint parameter is assigned sam_hq_vit_h.pth. However, I could not find the download link for sam_hq_vit_h.pth. Could the author provide sam_hq_vit_h.pth, or could you guide me to where I can download it? Or, is it possible to use tag2text_swin_14m.pth as a replacement for sam_hq_vit_h.pth?
The text was updated successfully, but these errors were encountered:
During the data generation preparation process, the command
wget https://huggingface.co/spaces/xinyu1205/Tag2Text/resolve/main/tag2text_swin_14m.pth
needs to be executed. However, when runningpython run_with_submitit_generate_caption.py
, the parameter passed does not usetag2text_swin_14m.pth
, but instead the--sam_hq_checkpoint
parameter is assignedsam_hq_vit_h.pth
. However, I could not find the download link forsam_hq_vit_h.pth
. Could the author providesam_hq_vit_h.pth
, or could you guide me to where I can download it? Or, is it possible to usetag2text_swin_14m.pth
as a replacement forsam_hq_vit_h.pth
?The text was updated successfully, but these errors were encountered: