jasscia18

Results 6 issues of jasscia18

How the attention visualization in the paper is realized?

The f30k dataset renumbered the pictures. Could you share the image number corresponding to the f30k dataset. I can't find the picture corresponding to the text in f30k. Thank you...

How can I find the original image corresponding to the dataset you gave? What year is the coco dataset used? If you have these corresponding original images, could you share...

Thank you so much for the great work you do. I reproduced VLN-DUET on the REVERIE datasets according to the file readme.md. But we only get the results for the...

paraphrases = self.ps.generate_paraphrases(instance_for_onmt, topk=topk+1, edit_distance_cutoff=4, threshold=threshold) File "/home/scan/DVSI/sscc/paraphrase_scorer.py", line 799, in generate_paraphrases translation, mapping = choose_forward_translation(sentence, to, back, n=5) File "/home/scan/DVSI/sscc/paraphrase_scorer.py", line 30, in choose_forward_translation translations = to_translator.translate([sentence], n_best=n, return_from_mapping=True)[0]...