add grounding dino with stable diffusion for image editing (#20)

This commit is contained in:
Shilong Liu
2023-04-07 15:26:57 +08:00
committed by GitHub
parent 4c8f9206b6
commit 22292c4b78
3 changed files with 537 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ from huggingface_hub import hf_hub_download
# Use this command for evaluate the GLIP-T model
# Use this command for evaluate the Grounding DINO model
config_file = "groundingdino/config/GroundingDINO_SwinT_OGC.py"
ckpt_repo_id = "ShilongLiu/GroundingDINO"
ckpt_filenmae = "groundingdino_swint_ogc.pth"

File diff suppressed because one or more lines are too long