Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ StreamFormer is a streaming video representation backbone that encodes a stream
|
|
| 16 |
### Installation
|
| 17 |
|
| 18 |
```bash
|
| 19 |
-
|
| 20 |
cd StreamFormer
|
| 21 |
conda create -n streamformer python=3.10
|
| 22 |
conda activate streamformer
|
|
|
|
| 16 |
### Installation
|
| 17 |
|
| 18 |
```bash
|
| 19 |
+
git clone https://github.com/Go2Heart/StreamFormer.git
|
| 20 |
cd StreamFormer
|
| 21 |
conda create -n streamformer python=3.10
|
| 22 |
conda activate streamformer
|