WingsBrokenAngel / delving-deeper-into-the-decoder-for-video-captioning

Source code for Delving Deeper into the Decoder for Video Captioning
MIT License
39 stars 14 forks source link

how to convert the test result into words #7

Open Mollylulu opened 3 years ago

Mollylulu commented 3 years ago

hi, after using the checkpoint to test, the output may be the word indexes? {'testlen': 45403, 'reflen': 46693, 'guess': [45403, 38890, 32377, 25864], 'correct': [40964, 26695, 15019, 7511]} how to convert them into words? Thank you :)