From a00fba5302859d8e674dd6f20bb9e4316128b258 Mon Sep 17 00:00:00 2001 From: Xueyan Zou Date: Tue, 31 Oct 2023 16:58:13 -0500 Subject: [PATCH] Update make.sh --- modeling/vision/encoder/ops/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modeling/vision/encoder/ops/make.sh b/modeling/vision/encoder/ops/make.sh index c4ce889..7b38cdb 100755 --- a/modeling/vision/encoder/ops/make.sh +++ b/modeling/vision/encoder/ops/make.sh @@ -10,4 +10,4 @@ # Copyright (c) Facebook, Inc. and its affiliates. # Modified by Bowen Cheng from https://github.com/fundamentalvision/Deformable-DETR -python setup.py build install --user +python setup.py build install