463465810cz commited on
Commit ·
f263e76
1
Parent(s): 615a32d
ICCV 2023
Browse filesFormer-commit-id: d506b9426d93beaa5eb90d050a036e90c65927b1
README.md
CHANGED
|
@@ -28,7 +28,7 @@
|
|
| 28 |
```bash
|
| 29 |
# Clone the github repo and go to the default directory 'DAT'.
|
| 30 |
git clone https://github.com/zhengchen1999/DAT.git
|
| 31 |
-
conda create -n DAT python=3.
|
| 32 |
conda activate DAT
|
| 33 |
pip install -r requirements.txt
|
| 34 |
python setup.py develop
|
|
|
|
| 28 |
```bash
|
| 29 |
# Clone the github repo and go to the default directory 'DAT'.
|
| 30 |
git clone https://github.com/zhengchen1999/DAT.git
|
| 31 |
+
conda create -n DAT python=3.8
|
| 32 |
conda activate DAT
|
| 33 |
pip install -r requirements.txt
|
| 34 |
python setup.py develop
|