FangyunWei / SLRT

236 stars 46 forks source link

gloss2text_cp_2000_bleu10 file not found #21

Open gangyang0912 opened 1 year ago

gangyang0912 commented 1 year ago

One more question I want to ask is in csl-daily_s2t_ensemble.yaml file, where can I get the ../SignLanguageTranslation_Baseline/pretrained_models/mBart_zh/gloss2text_cp_2000_bleu10 file? I use TwoStreamNetwork/pretrained_models/mBart_zh instead, but my bleu4 is two points lower than your result.

ennauata commented 1 year ago

Hello @gangyang0912,

Were you able to figure out this? Having the same issue here.

Thanks.

ChenYutongTHU commented 10 months ago

Hello. Loading TwoStreamNetwork/pretrained_models/mBart_zh is fine because it will be overwritten by the three checkpoints later.

    load_ckpts:
    - experiments/outputs/TwoStream/csl-daily_s2t_joint/ckpts/best.ckpt
    - experiments/outputs/TwoStream/csl-daily_s2t_video/ckpts/best.ckpt
    - experiments/outputs/TwoStream/csl-daily_s2t_keypoint/ckpts/best.ckpt

Could you please post the result and what the code shows? Thanks!