StreamFormer commited on
Commit
02f9475
·
verified ·
1 Parent(s): 6e2bb37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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