Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -89,7 +89,7 @@ Evaluation is a two-stage pipeline: (1) run your editing model on the 361 source
|
|
| 89 |
|
| 90 |
### 1. Run Inference on CoinVE-Bench
|
| 91 |
|
| 92 |
-
Generate one edited video per test case using your model. For CoinVE-Edit, use the inference scripts in the [CoinVE-Edit](https://
|
| 93 |
|
| 94 |
### 2. Prepare Edited Videos
|
| 95 |
|
|
@@ -113,7 +113,7 @@ edited_videos/your_model/
|
|
| 113 |
|
| 114 |
### 3. Run Gemini Evaluation
|
| 115 |
|
| 116 |
-
The evaluation code is provided in the [CoinVE-Edit](https://
|
| 117 |
|
| 118 |
```bash
|
| 119 |
export GEMINI_API_KEY=your_key_here
|
|
|
|
| 89 |
|
| 90 |
### 1. Run Inference on CoinVE-Bench
|
| 91 |
|
| 92 |
+
Generate one edited video per test case using your model. For CoinVE-Edit, use the inference scripts in the [CoinVE-Edit](https://github.com/coinve200k/CoinVE-200K/tree/main/CoinVE-Edit) model repository.
|
| 93 |
|
| 94 |
### 2. Prepare Edited Videos
|
| 95 |
|
|
|
|
| 113 |
|
| 114 |
### 3. Run Gemini Evaluation
|
| 115 |
|
| 116 |
+
The evaluation code is provided in the [CoinVE-Edit](https://github.com/coinve200k/CoinVE-200K/tree/main/CoinVE-Edit) repository. Set your Gemini API key and run:
|
| 117 |
|
| 118 |
```bash
|
| 119 |
export GEMINI_API_KEY=your_key_here
|