update README

This commit is contained in:
SusanSHEN
2024-08-09 22:39:52 +02:00
parent 0ee1d39509
commit 0f48470ec3
2 changed files with 26 additions and 20 deletions

View File

@@ -23,16 +23,6 @@ else
endif
prepare-checkpoints:
@echo "Preparing checkpoints..."
cd checkpoints && \
bash download_ckpts.sh && \
mkdir -p gdino_checkpoints && \
cd gdino_checkpoints && \
wget https://github.com/IDEA-Research/GroundingDINO/releases/download/v0.1.0-alpha/groundingdino_swint_ogc.pth && \
wget https://github.com/IDEA-Research/GroundingDINO/releases/download/v0.1.0-alpha2/groundingdino_swinb_cogcoor.pth
build-image:
@echo $(BUILD_MESSAGE)
docker build --build-arg USE_CUDA=$(USE_CUDA) \