Skip to content

Commit 07438d6

Browse files
committed
doc: link updates
1 parent 66ad1ea commit 07438d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/how_to_export_exp_results.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
In this document, we cover: 1) how to obtain aggregated experiment data, and 2) how to create RD curves/tables.
44

55
## Experiment Data Aggregation
6-
Assuming you have successfully run our experiment scripts (e.g., [train_multi_ratepoint.sh](examples/scripts/static_exps/tt/train_multi_ratepoint.sh)) and completed the experiments, you will obtain an experiment directory containing multiple bitrates/scenes (e.g., results/tt_mcmc_comp_sim). Next, you can use the aggregation script [summarize_rd_from_exps.py](tools/summarize_rd_from_exps.py) to consolidate the experiments in that directory and export a JSON file with detailed experiment data.
6+
Assuming you have successfully run our experiment scripts (e.g., [train_multi_ratepoint.sh](../examples/scripts/static_exps/tt/train_multi_ratepoint.sh)) and completed the experiments, you will obtain an experiment directory containing multiple bitrates/scenes (e.g., results/tt_mcmc_comp_sim). Next, you can use the aggregation script [summarize_rd_from_exps.py](../tools/summarize_rd_from_exps.py) to consolidate the experiments in that directory and export a JSON file with detailed experiment data.
77

88
You need to provide two key arguments: 1) the experiment directory path and 2) the aggregated data file (JSON file). Example usage is shown below:
99

@@ -48,7 +48,7 @@ The aggregated JSON file has the following structure:
4848

4949
## RD Curve/Table Generation
5050

51-
In general, we plot the RD curves/tables based on the aggregated data of each baseline (for example, [static_rd.json](open_stats/static_rd.json)).
51+
In general, we plot the RD curves/tables based on the aggregated data of each baseline (for example, [static_rd.json](../open_stats/static_rd.json)).
5252

5353
We also support merging the newly aggregated experiment data into the existing statistics file so that the performance of the new experiment can be visualized in the RD curve/table.
5454

0 commit comments

Comments
 (0)