Skip to content

Commit

Permalink
Update README.md (#302)
Browse files Browse the repository at this point in the history
clarify that plot does not apply to streaming track
  • Loading branch information
harsha-simhadri authored Aug 20, 2024
1 parent bf0eece commit fc3755b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neurips23/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@ To make the results available for post-processing, change permissions of the res
sudo chmod 777 -R results/
```

The following command will summarize all results files into a single csv file `res.csv` suitable for further processing.
The following command will summarize all results files into a single csv file `res.csv` suitable for further processing. This file lists the recall and other metrics for each run configuration.

```
python data_export.py --out res.csv
```

To plot QPS vs recall, you can use `plot.py` as follows:
To plot QPS vs recall for a dataset/track and across all algoritms and parameter configurations, you can use `plot.py` as follows (this does not apply to streaming track which reports a single recall number per runbook/algorithm):
```
python plot.py --dataset yfcc-10M --neurips23track filter
```
Expand Down

0 comments on commit fc3755b

Please sign in to comment.