changed thresh after background update
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ app_version = 'ddn1'
|
|
37 |
device = torch.device("cpu")
|
38 |
labels = ['Live', 'Spoof']
|
39 |
pix_threshhold = 0.45
|
40 |
-
dsdg_threshold = 0.
|
41 |
examples = [
|
42 |
['examples/1_1_21_2_33_scene_fake.jpg'],
|
43 |
['examples/frame150_real.jpg'],
|
|
|
37 |
device = torch.device("cpu")
|
38 |
labels = ['Live', 'Spoof']
|
39 |
pix_threshhold = 0.45
|
40 |
+
dsdg_threshold = 0.003
|
41 |
examples = [
|
42 |
['examples/1_1_21_2_33_scene_fake.jpg'],
|
43 |
['examples/frame150_real.jpg'],
|