| includes: projects/task/test.yaml |
| dataset: |
| meta_processor: YoucookMetaProcessor |
| test_path: data/youcook/youcook_val.pkl |
| trainval_annotation: data/youcook/youcookii_annotations_trainval.json |
| use_annotation_text: True |
| video_processor: YoucookVideoProcessor |
| vfeat_dir: data/feat/feat_youcook_s3d |
| text_processor: TextProcessor |
| aligner: DSAligner |
| num_iso_layer: 12 |
| model: |
| model_cls: MMFusionJoint |
| mm_encoder_cls: MMBertForJoint |
| eval: |
| save_path: runs/task/youcook/eval |
| fairseq: |
| |
| common_eval: |
| path: runs/task/youcook/checkpoint_last.pt |
| metric: RetrievalMetric |
| predictor: RetrievalPredictor |
|
|