FangyunWei / SLRT

249 stars 52 forks source link

.train .dev .test files #16

Closed jekim5418 closed 12 months ago

jekim5418 commented 1 year ago

Thank you for your work.

I'm trying to load dataset from 'data/csl-daily.train', 'data/csl-daily.dev', and 'data/csl-daily.test'. I confirmed that each pickle has name, signer, gloss, text, sign, and num_frames. I think 'sign' key represents features of each frame, however, ther is no tensor.

ChenYutongTHU commented 12 months ago

Hello. The tensor features of 'sign' need to be extracted later by python -m torch.distributed.launch --nproc_per_node 8 --use_env extract_feature.py --config experiments/configs/SingleStream/${dataset}_s2g.yaml Hope you have figured this out! Thanks!