Tuan Tran commited on
Commit
ad74189
·
1 Parent(s): a733824

update links and README

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. backend/descriptions.py +1 -1
README.md CHANGED
@@ -87,7 +87,7 @@ By default, datasets are loaded over the network based on `backend/config.py`. P
87
 
88
  There is commented out code that sets the `ABS_DATASET_DOMAIN` to the `backend/data` directory. You can see the data formats of the csv / json files required to render the leaderboard as well as examples there.
89
 
90
- In the `data` directory, by default this matches the path structure for loading over the network. Each dataset should be placed under `data/omnisealbench` as a directory, e.g. `data/omnisealbench/sav_val_full_v2` and in the directory have files:
91
 
92
  - `{type}_benchmark.csv` for leaderboard tables
93
  - `{type}_attacks_variations.csv` for leaderboard chart
 
87
 
88
  There is commented out code that sets the `ABS_DATASET_DOMAIN` to the `backend/data` directory. You can see the data formats of the csv / json files required to render the leaderboard as well as examples there.
89
 
90
+ In the `data` directory, by default this matches the path structure for loading over the network. Each dataset should be placed under `data/omnisealbench` as a directory, e.g. `data/omnisealbench/sav_val_full_v3` and in the directory have files:
91
 
92
  - `{type}_benchmark.csv` for leaderboard tables
93
  - `{type}_attacks_variations.csv` for leaderboard chart
backend/descriptions.py CHANGED
@@ -210,7 +210,7 @@ MODEL_DESCRIPTIONS = {
210
  "pixelseal": {
211
  "full_name": "PixelSeal",
212
  "description": "Adversarial-only training for invisible image and video watermarking.",
213
- "paper_link": "https://arxiv.org/abs/2412.09492",
214
  "github_link": "https://github.com/facebookresearch/videoseal",
215
  "message_size": "256 bits",
216
  "alias": "PixelSeal"
 
210
  "pixelseal": {
211
  "full_name": "PixelSeal",
212
  "description": "Adversarial-only training for invisible image and video watermarking.",
213
+ "paper_link": "https://arxiv.org/abs/2512.16874",
214
  "github_link": "https://github.com/facebookresearch/videoseal",
215
  "message_size": "256 bits",
216
  "alias": "PixelSeal"