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
In sam2groundingdino_edit.py, line 56:
groundingdino_checkpoint = "./models/groundingdino_swint_ogc.pth"
groundingdino_config_file = "./GroundingDINO_SwinT_OGC.py"
Could you please tell me where these files are ?
Thanks for your amzing work.
The text was updated successfully, but these errors were encountered:
I was facing the same problems a few days ago, and I solved it by manually copying them from the Grounded-Segment-Anything repo. Maybe that helps in the meantime.
Oh, thanks a lot. I will have a try.
伊隆马
***@***.***
Original Email
Sender:"Andrés Romero"< ***@***.*** >;
Sent Time:2023/8/4 20:38
To:"sail-sg/EditAnything"< ***@***.*** >;
Cc recipient:"yesitsGao"< ***@***.*** >;"Author"< ***@***.*** >;
Subject:Re: [sail-sg/EditAnything] Where are the "./models/groundingdino_swint_ogc.pth" "./GroundingDINO_SwinT_OGC.py" ?(Issue #53)
I was facing the same problems a few days ago, and I solved it by manually copying them from the Grounded-Segment-Anything repo. Maybe that helps in the meantime.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
# download the pretrained `groundingdino-swin-tiny` model
wget https://github.com/IDEA-Research/GroundingDINO/releases/download/v0.1.0-alpha/groundingdino_swint_ogc.pth
In sam2groundingdino_edit.py, line 56:
groundingdino_checkpoint = "./models/groundingdino_swint_ogc.pth"
groundingdino_config_file = "./GroundingDINO_SwinT_OGC.py"
Could you please tell me where these files are ?
Thanks for your amzing work.
The text was updated successfully, but these errors were encountered: