antoinetran commited on
Commit
f6eaf0d
·
verified ·
1 Parent(s): 4b2f957

Update backend/descriptions.py

Browse files
Files changed (1) hide show
  1. backend/descriptions.py +8 -0
backend/descriptions.py CHANGED
@@ -201,6 +201,14 @@ MODEL_DESCRIPTIONS = {
201
  "message_size": "256 bits",
202
  "alias": "VideoSeal v2.0"
203
  },
 
 
 
 
 
 
 
 
204
  "rivagan": {
205
  "full_name": "RivaGAN",
206
  "description": "A GAN-based approach for robust invisible video watermarking that maintains high visual quality while providing resistance against common video attacks and transformations.",
 
201
  "message_size": "256 bits",
202
  "alias": "VideoSeal v2.0"
203
  },
204
+ "videoseal_3.0": {
205
+ "full_name": "VideoSeal",
206
+ "description": "A neural video watermarking system designed to embed imperceptible watermarks that are robust against common video manipulations and processing operations. Updated model with best balance of efficiency and robustness.",
207
+ "paper_link": "https://arxiv.org/abs/2412.09492",
208
+ "github_link": "https://github.com/facebookresearch/videoseal",
209
+ "message_size": "256 bits",
210
+ "alias": "VideoSeal v3.0"
211
+ },
212
  "rivagan": {
213
  "full_name": "RivaGAN",
214
  "description": "A GAN-based approach for robust invisible video watermarking that maintains high visual quality while providing resistance against common video attacks and transformations.",