Spaces:
Sleeping
Sleeping
Update configs/finetune_coco/yolo_world_s_t2i_bn_2e-4_100e_4x8gpus_coco_finetune.py
Browse files
configs/finetune_coco/yolo_world_s_t2i_bn_2e-4_100e_4x8gpus_coco_finetune.py
CHANGED
@@ -32,7 +32,7 @@ model = dict(
|
|
32 |
image_model={{_base_.model.backbone}},
|
33 |
text_model=dict(
|
34 |
type='HuggingCLIPLanguageBackbone',
|
35 |
-
model_name='
|
36 |
frozen_modules=['all'])),
|
37 |
neck=dict(type='YOLOWorldPAFPN',
|
38 |
guide_channels=text_channels,
|
|
|
32 |
image_model={{_base_.model.backbone}},
|
33 |
text_model=dict(
|
34 |
type='HuggingCLIPLanguageBackbone',
|
35 |
+
model_name='openai/clip-vit-base-patch32-projection',
|
36 |
frozen_modules=['all'])),
|
37 |
neck=dict(type='YOLOWorldPAFPN',
|
38 |
guide_channels=text_channels,
|