Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,8 @@ StreamFormer is a streaming video representation backbone that encodes a stream
|
|
16 |
### Installation
|
17 |
|
18 |
```bash
|
|
|
|
|
19 |
conda create -n streamformer python=3.10
|
20 |
conda activate streamformer
|
21 |
conda install pytorch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 pytorch-cuda=12.4 -c pytorch -c nvidia
|
|
|
16 |
### Installation
|
17 |
|
18 |
```bash
|
19 |
+
gic clone https://github.com/Go2Heart/StreamFormer.git
|
20 |
+
cd StreamFormer
|
21 |
conda create -n streamformer python=3.10
|
22 |
conda activate streamformer
|
23 |
conda install pytorch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 pytorch-cuda=12.4 -c pytorch -c nvidia
|