Skip to content

Commit

Permalink
Update data, deploy:website
Browse files Browse the repository at this point in the history
  • Loading branch information
6be709c0 committed Apr 25, 2024
1 parent 2912b0e commit b283b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/utils/stats/stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ export const getDatasetDistribution = () => {
export const getDatasetTableData = (dataset, model) => {
const res = stats[dataset][model].map(e => ({
Image: {
origin: e.i,
result: e.r ? e.r.replace("datasets/", "datasets/results/") : null,
origin: e.i.replace("datasets/", "/datasets/"),
result: e.r ? e.r.replace("datasets/", "/datasets/results/") : null,
},
"Ground Truth": e.c.replace("_", " "),
Difficulty: e.d,
Expand Down

0 comments on commit b283b24

Please sign in to comment.