Spaces:
Running
Running
Update AV/config/config_test_general.py
Browse files
AV/config/config_test_general.py
CHANGED
@@ -131,7 +131,7 @@ use_high_semantic = False
|
|
131 |
lambda_high = 1 # A,V,Vessel
|
132 |
|
133 |
# use global semantic
|
134 |
-
use_global_semantic =
|
135 |
global_warmup_step = 0 if use_pretrained_G else 5000
|
136 |
|
137 |
|
|
|
131 |
lambda_high = 1 # A,V,Vessel
|
132 |
|
133 |
# use global semantic
|
134 |
+
use_global_semantic = True
|
135 |
global_warmup_step = 0 if use_pretrained_G else 5000
|
136 |
|
137 |
|