Open MeteorsHub opened 5 years ago
The code for the S2G2T is not given, this repo is for the S2T model only. I hope they change their mind and publish the code for that model too.
Have you asked them for it?
Hi,
In S2G2T, we use the earlier state-of-the-art gloss recognition network by Koller et al (CVPR 2017) as our spatial embedding and tokenization layer and feed the predicted glosses to a text2gloss model. A Text2Gloss model can be trained by using the original tensorflow-nmt code base by Luong et al.
I will talk to Koller et al. to see if they would be willing to release the model or at least the predicted glosses.
@MeteorsHub did u get any resource or similar way to do this.?
No, I didn't
@neccam feed the predicted glosses to a text2gloss model? or feed the predicted glosses to a gloss2text model?
@neccam if it is not convenient for releasing previous work, can you release the translation results of G2T and S2G2T models?
Hello! In my opinion, the training sample code in your readme is a S2T model, right? How can I train a S2G2T model in your paper?