Commit
·
b370f23
1
Parent(s):
a40eaa8
commit
Browse files
README.md
CHANGED
|
@@ -7,6 +7,7 @@ Official PyTorch implementation of "Sci-Fi: Symmetric Constraint for Frame Inbet
|
|
| 7 |
git clone https://github.com/GVCLab/Sci-Fi.git
|
| 8 |
cd Sci-Fi
|
| 9 |
conda create -n Sci-Fi python==3.12
|
|
|
|
| 10 |
pip install -r requirements.txt
|
| 11 |
```
|
| 12 |
### 2. Download checkpoint
|
|
|
|
| 7 |
git clone https://github.com/GVCLab/Sci-Fi.git
|
| 8 |
cd Sci-Fi
|
| 9 |
conda create -n Sci-Fi python==3.12
|
| 10 |
+
conda activate Sci-Fi
|
| 11 |
pip install -r requirements.txt
|
| 12 |
```
|
| 13 |
### 2. Download checkpoint
|