Nicolò commited on
Commit
83fcd56
1 Parent(s): d8a3fb9

add remote zips

Browse files
Files changed (2) hide show
  1. .gitignore +2 -0
  2. roc_curves.ipynb +12 -1
.gitignore CHANGED
@@ -1,2 +1,4 @@
1
 
2
  .idea/
 
 
 
1
 
2
  .idea/
3
+
4
+ .DS_Store
roc_curves.ipynb CHANGED
@@ -7,6 +7,17 @@
7
  "# ROC Curves related to StyleGAN3 generated image detection"
8
  ]
9
  },
 
 
 
 
 
 
 
 
 
 
 
10
  {
11
  "cell_type": "code",
12
  "execution_count": 1,
@@ -777,4 +788,4 @@
777
  },
778
  "nbformat": 4,
779
  "nbformat_minor": 4
780
- }
 
7
  "# ROC Curves related to StyleGAN3 generated image detection"
8
  ]
9
  },
10
+ {
11
+ "cell_type": "code",
12
+ "execution_count": null,
13
+ "metadata": {},
14
+ "outputs": [],
15
+ "source": [
16
+ "# download and unzip pkls with results\n",
17
+ "!wget https://www.dropbox.com/s/h19xrb3v77llxoe/results.zip?dl=0\n",
18
+ "!unzip results.zip"
19
+ ]
20
+ },
21
  {
22
  "cell_type": "code",
23
  "execution_count": 1,
 
788
  },
789
  "nbformat": 4,
790
  "nbformat_minor": 4
791
+ }