Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ import cv2
|
|
28 |
import warnings
|
29 |
warnings.filterwarnings("ignore")
|
30 |
|
31 |
-
config_file = os.getcwd() + '/
|
32 |
ckpt_pth = os.getcwd() + '/utils/focaldino_ep18.pth'
|
33 |
|
34 |
try:
|
|
|
28 |
import warnings
|
29 |
warnings.filterwarnings("ignore")
|
30 |
|
31 |
+
config_file = os.getcwd() + '/projects/dino/configs/odor3_fn_l_lrf_384_fl4_5scale_50ep.py'
|
32 |
ckpt_pth = os.getcwd() + '/utils/focaldino_ep18.pth'
|
33 |
|
34 |
try:
|