andrew-bitmind commited on
Commit
ede1573
·
verified ·
1 Parent(s): 7f58784

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -5,9 +5,7 @@ from gradio_leaderboard import Leaderboard, ColumnFilter, SelectColumns
5
 
6
  # Deepfake detector data
7
  data_avg_performance = {
8
- "Detector": ["[NPR](https://arxiv.org/abs/2312.10461)",
9
- "[UCF](http://export.arxiv.org/abs/2304.13949)",
10
- "[CAMO](https://bitmindlabs.notion.site/CAMO-Content-Aware-Model-Orchestration-CAMO-Framework-for-Deepfake-Detection-43ef46a0f9de403abec7a577a45cd075?pvs=74)"],
11
  "Accuracy": [0.7169, 0.7229, 0.7555],
12
  "Precision": [0.9193, 0.9436, 0.9442],
13
  "Recall": [0.5996, 0.592, 0.647],
@@ -16,9 +14,7 @@ data_avg_performance = {
16
  }
17
 
18
  data_dataset_accuracy = {
19
- "Detector": ["[NPR](https://arxiv.org/abs/2312.10461)",
20
- "[UCF](http://export.arxiv.org/abs/2304.13949)",
21
- "[CAMO](https://bitmindlabs.notion.site/CAMO-Content-Aware-Model-Orchestration-CAMO-Framework-for-Deepfake-Detection-43ef46a0f9de403abec7a577a45cd075?pvs=74)"],
22
  "CelebA-HQ": [0.987, 0.995, 0.999],
23
  "Flickr30k": [0.916, 0.981, 0.979],
24
  "ImageNet": [0.834, 0.847, 0.831],
 
5
 
6
  # Deepfake detector data
7
  data_avg_performance = {
8
+ "Detector": ["NPR", "UCF", "CAMO"],
 
 
9
  "Accuracy": [0.7169, 0.7229, 0.7555],
10
  "Precision": [0.9193, 0.9436, 0.9442],
11
  "Recall": [0.5996, 0.592, 0.647],
 
14
  }
15
 
16
  data_dataset_accuracy = {
17
+ "Detector": ["NPR", "UCF", "CAMO"],
 
 
18
  "CelebA-HQ": [0.987, 0.995, 0.999],
19
  "Flickr30k": [0.916, 0.981, 0.979],
20
  "ImageNet": [0.834, 0.847, 0.831],