Spaces:
Running
on
T4
Running
on
T4
stevengrove
commited on
Commit
•
01a4803
1
Parent(s):
4a6f59e
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def parse_args():
|
|
21 |
parser = argparse.ArgumentParser(
|
22 |
description='YOLO-World Demo')
|
23 |
parser.add_argument('--config', default='configs/pretrain/yolo_world_l_t2i_bn_2e-4_100e_4x8gpus_obj365v1_goldg_train_lvis_minival.py')
|
24 |
-
parser.add_argument('--checkpoint', default='
|
25 |
parser.add_argument(
|
26 |
'--work-dir',
|
27 |
help='the directory to save the file containing evaluation metrics')
|
|
|
21 |
parser = argparse.ArgumentParser(
|
22 |
description='YOLO-World Demo')
|
23 |
parser.add_argument('--config', default='configs/pretrain/yolo_world_l_t2i_bn_2e-4_100e_4x8gpus_obj365v1_goldg_train_lvis_minival.py')
|
24 |
+
parser.add_argument('--checkpoint', default='yolow-v8_l_clipv2_frozen_t2iv2_bn_o365_goldg_pretrain.pth')
|
25 |
parser.add_argument(
|
26 |
'--work-dir',
|
27 |
help='the directory to save the file containing evaluation metrics')
|