From f1dd1a6bd61932b7b0f88a1548974fb5d2d0fc1f Mon Sep 17 00:00:00 2001 From: Somnath Swami <73718404+Somnath-swami@users.noreply.github.com> Date: Fri, 4 Jul 2025 11:18:51 +0000 Subject: [PATCH] Update setup.md The git link was showing 404 so I think i entered one is right --- docs/setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup.md b/docs/setup.md index e28ae68..26cfd74 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -36,7 +36,7 @@ pip install flash-attn==0.2.2 **d. Clone QAF2D.** ``` -git clone https://github.com/yzf99/QAF2D +git clone https://github.com/nullmax-vision/QAF2D.git ``` **e. Install mmdet3d.** @@ -50,4 +50,4 @@ git clone https://github.com/open-mmlab/mmdetection3d.git cd mmdetection3d git checkout v1.0.0rc6 pip install -e . -``` \ No newline at end of file +```