Commit
·
6018306
1
Parent(s):
7d02469
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
|
47 |
MODEL_TRANSFORMER = 'google/vivit-b-16x2'
|
48 |
# Set Paths
|
49 |
#model_path = 'vivit_pytorch_loss051.pt'
|
50 |
-
model_path_2_pytorch = '
|
51 |
#model_path_2_transformer = ''
|
52 |
data_path = 'signs'
|
53 |
|
|
|
47 |
MODEL_TRANSFORMER = 'google/vivit-b-16x2'
|
48 |
# Set Paths
|
49 |
#model_path = 'vivit_pytorch_loss051.pt'
|
50 |
+
model_path_2_pytorch = 'models/vivit_ISL_pt_6_76classes_loss051.pt'
|
51 |
#model_path_2_transformer = ''
|
52 |
data_path = 'signs'
|
53 |
|