Update README.md
Browse files
README.md
CHANGED
|
@@ -48,10 +48,9 @@ Archives with videos were accepted from challenge participants as submissions an
|
|
| 48 |
|
| 49 |
Usage example:
|
| 50 |
|
| 51 |
-
1)
|
| 52 |
-
2)
|
| 53 |
-
3)
|
| 54 |
-
4) Run `python bench.py` with flags:
|
| 55 |
* `--model_video_predictions ./SampleSubmission-CenterPrior` — folder with predicted saliency videos
|
| 56 |
* `--model_extracted_frames ./SampleSubmission-CenterPrior-Frames` — folder to store prediction frames (should not exist at launch time), requires ~170 GB of free space
|
| 57 |
* `--gt_video_predictions ./SaliencyTest/Test` — folder from dataset page with gt saliency videos
|
|
@@ -60,6 +59,6 @@ Usage example:
|
|
| 60 |
* `--split_json ./TrainTestSplit.json` — JSON from dataset page with names splitting
|
| 61 |
* `--results_json ./results.json` — path to the output results json
|
| 62 |
* `--mode public_test` — public_test/private_test subsets
|
| 63 |
-
|
| 64 |
|
| 65 |
[](https://www.cvlai.net/ntire/2026/)
|
|
|
|
| 48 |
|
| 49 |
Usage example:
|
| 50 |
|
| 51 |
+
1) Install `pip install -r requirments.txt`, `conda install ffmpeg`
|
| 52 |
+
2) Download and extract `SaliencyTest.zip`, `FixationsTest.zip`, and `TrainTestSplit.json` files from the dataset page
|
| 53 |
+
3) Run `python bench.py` with flags:
|
|
|
|
| 54 |
* `--model_video_predictions ./SampleSubmission-CenterPrior` — folder with predicted saliency videos
|
| 55 |
* `--model_extracted_frames ./SampleSubmission-CenterPrior-Frames` — folder to store prediction frames (should not exist at launch time), requires ~170 GB of free space
|
| 56 |
* `--gt_video_predictions ./SaliencyTest/Test` — folder from dataset page with gt saliency videos
|
|
|
|
| 59 |
* `--split_json ./TrainTestSplit.json` — JSON from dataset page with names splitting
|
| 60 |
* `--results_json ./results.json` — path to the output results json
|
| 61 |
* `--mode public_test` — public_test/private_test subsets
|
| 62 |
+
4) The result you get will be available following `results.json` path
|
| 63 |
|
| 64 |
[](https://www.cvlai.net/ntire/2026/)
|