-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathconfig.yaml
More file actions
23 lines (14 loc) · 1.08 KB
/
config.yaml
File metadata and controls
23 lines (14 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# === Configuration File Guide ===
model_name: test # Name of the dataset to be evaluated.
# If using our example data, please set this to "test" (not "test_dataset").
data:
gt_path: ./clean_picture/gt_dataset # Path to the ground-truth dataset directory.
val_base: ./clean_picture/DATANAME_dataset # Path to the base directory of the dataset to be evaluated.
save_path: ./output # Path to save evaluation results and temporary files.
ckpt:
scene_consistency: ./ckpt/dinov2.pth # Path to the fine-tuned DINOv2 checkpoint used for scene consistency evaluation.
diversity: ./ckpt/ViT-B-32.pt # Path to the CLIP (ViT-B/32) checkpoint used for diversity evaluation.
semantics:
caption: ./ckpt/qwen2.5_vl # Path to the Qwen checkpoint used for caption generation.
CLIP: ./ckpt/openai_clip-vit-base-patch16 # Path to the CLIP ViT-B/16 checkpoint used for CLIPScore evaluation.
yolo_world_ckpt: ./ckpt/yoloworld.pt # Path to the YOLO-World checkpoint used for gripper detection.