From d85d1c7f42c0a8efd74fc7b495660adaa9618c07 Mon Sep 17 00:00:00 2001 From: Zhijie Lin <136380243@qq.com> Date: Fri, 26 May 2023 15:29:56 +0800 Subject: [PATCH] update --- requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3125924..eb572d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -65,4 +65,7 @@ sentencepiece==0.1.99 # Needed for T5 tokenizer tensorboard==2.11.2 tensorflow==2.11.0 # Needed for tensorboard hdfs support tensorflow-io==0.30.0 # Needed for tensorboard hdfs support -tqdm==4.64.1 \ No newline at end of file +tqdm==4.64.1 + +git+https://github.com/facebookresearch/segment-anything.git +git+https://github.com/IDEA-Research/GroundingDINO.git \ No newline at end of file